spdict is a library of dictionary algorithms written in C++. It has support for sorted array, binary search tree, red-black tree, skip list, and balanced tree algorithms.
| Tags | Utilities Software Development Libraries |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | C++ |
Recent releases


Changes: A cache class based on mmap was added. It can keep the cache data persistent. All classes have been changed to use the same prefix (SP_Dict).


Changes: A cache class based on spdict was added.


No changes have been submitted for this release.