Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 263 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 263 Bytes

cedar

cedar double array trie

Enhancements done on Yoshinaga's base version

  1. Added google tests
  2. Used google log
  3. Added comments to code
  4. Reformatted code
  5. Load trie via mmap(2) instead of reading entire trie in memory
  6. move to cmake build system