SnapDB
The SNAPdb Engine is a high-performance key/value pair archiving technology.
This library includes helpful SnapDB classes like the following:
- SortedTree<TKey, TValue>:
- Provides the basic user methods with any derived B+Tree. This base class translates all of the core methods into simple methods that must be implemented by classes derived from this base class.
Among others.