This library contains a set of data structures, algorithms that I found to be useful in many different projects. So I decided to rewrite those code that I developped to make them generic enough to be potentially used in any projects.
- LRU cache
- Deadline cache
- A Prefix tree
- A data classifier
- A lock-free leaky bucket counter
- Concurrent B-Tree
- Suffix Tree
- HMAP table
- Ternary Tree
- Data classifier by using levenshtein automation
- A cache framework that allow uses to define their own index algorithms and expire policies.
- More documentations (The hardest work for me since I hate it!)