See: Description
| Class | Description |
|---|---|
| BSkipLevels<K extends Comparable<? super K>,V> |
SkipList level management for multi-level indexing.
|
| BSkipList<K extends Comparable<? super K>,V> |
On-disk SkipList implementation for persistent key-value storage.
|
| BSkipSpan<K extends Comparable<? super K>,V> |
SkipList span implementation with in-memory key-value storage.
|
| IBSkipIterator<K extends Comparable<? super K>,V> |
SkipList iterator with on-demand span loading (I2P version).
|
| IBSkipSpan<K extends Comparable<? super K>,V> |
Memory-efficient SkipList span implementation (I2P version).
|
Indexing and search utilities for block-based storage.
This package provides indexing mechanisms for efficient searching and retrieval of data stored in the block-based storage system. It implements various index structures and algorithms to optimize lookup operations.
Features include: