DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamestx-btree-dev
Beschreibungb+tree implementation in c++
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.8.3-2
Sektionuniverse/libdevel
Prioritätextra
Installierte Größe288 Byte
Hängt ab von
Empfohlene Paketec++-compiler
PaketbetreuerUbuntu Developers
Quellestx-btree
Paketgröße38440 Byte
Prüfsumme MD5436e3f9c397d578e51cd7ed164e4d29f
Prüfsumme SHA10d8601766e2c16a00fcdc8cc948d184a839dc18f
Prüfsumme SHA2564c40d2b49a9719130bb541b32039b1483854ec46ca632f66c409df3e797fd352
Link zum Herunterladenstx-btree-dev_0.8.3-2_all.deb
Ausführliche BeschreibungThe STX B+ Tree package is a set of C++ template classes implementing a B+ tree key/data container in main memory. Designed to be drop-in replacements of the STL containers set, map, multiset and multimap and follow their interfaces very closely. By packing multiple value pairs into each node of the tree the B+ tree reduces heap fragmentation and utilizes cache-line effects better than the standard red-black binary tree. The classes contain extensive assertion and verification mechanisms to ensure the implementation's correctness by testing the tree invariants. To illustrate the B+ tree's structure a wxWidgets demo program is included in the stx-btree-demo package.


Impressum
Linux is a registered trademark of Linus Torvalds