Tessil / hat-trie

C++ implementation of a fast and memory efficient HAT-trie
MIT License
795 stars 114 forks source link

will there be an advantage if this is written with lsm backed by disk like rocksdb? #41

Closed hiqsociety closed 3 years ago

hiqsociety commented 3 years ago

possible to write this to store in disk format?

Tessil commented 3 years ago

Could you clarify the question? I'm not sure I understand what you mean.

hiqsociety commented 3 years ago

i try first and revert. thx for the software.