Télécharger la liste

Description du projet

BPS implements a B-tree with a twist pointer set, which approaches the speed of the fastest, hash table based sets, while using several times less memory and still maintaining order. The set introduces a new B-tree variety with superior search and edit qualities. Compared with the GCC distributed tr1::unordered_set, the new set is only 30% slower while using 3 times less memory. Compared with the ordered std::set, it is almost 4 times faster while using 5 times less memory.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-03-31 00:03 Retour à la liste release
2.0

Un ensemble générique a été ajouté. Les données de tout type (et pas seulement de type pointeur) peut être enregistré auprès de l'ensemble. Le fichier d'entête est maintenant installé. documentation Texinfo a été ajouté.
A generic set has been added. Data of any type (not just pointer type) may be recorded with the set. The header file is now installed. Texinfo documentation has been added.

Project Resources