Name |
Description |
BplusTree |
Tree index mapping strings to strings. |
BplusTreeBytes |
BPlus tree implementation mapping strings to bytes with fixed key length |
BufferFile |
Provides an indexed object which maps to buffers in an underlying file object |
BufferFileException |
|
LinkedFile |
Chunked singly linked file with garbage collection. |
LinkedFileException |
|
SerializedTree |
Wrapper for any IByteTree implementation which implements automatic object serialization/deserialization for serializable objects. |
hBplusTree |
Tree index mapping strings to strings with unlimited key length |
hBplusTreeBytes |
Btree mapping unlimited length key strings to fixed length hash values |
xBplusTreeBytes |
Bplustree with unlimited length strings (but only a fixed prefix is indexed in the tree directly). |
xBucket |
Bucket for elements with same prefix -- designed for small buckets. |