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 Debian Archiv squeeze (main)
Version0.8.3-2
Sektionlibdevel
Prioritätextra
Installierte Größe288 Byte
Hängt ab von
Empfohlene Paketec++-compiler
PaketbetreuerYury Stankevich
Quellestx-btree
Paketgröße40974 Byte
Prüfsumme MD50229c625c5cb2e4f0ee459533c0e4ea8
Prüfsumme SHA182d4fced925483594c426091e54d930bdafc2801
Prüfsumme SHA256758fcabe2f5fbb73896dcef125709a3dff71ceee4f5b187faa39d0b7a7ebcc06
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