caesar0301/treelib

Give treelib a performance improvement and persistence using leveldb/rocksdb

caesar0301 opened this issue · 1 comments

The inner core data structure used by treelib is python dict in memory. This is bounded by the memory limit and lacks of data security insurance (e.g., OOM). We expect a tremendous improvement on performance and data security with an embedded k-v store.

This is not a good idea.