Closed prataprc closed 6 years ago
LMDB looks to be a good data structure for single node high performance. It is implemented in C and available as a library. We can use LMDB to benchmark and validate our LLRB and BUBT implementations.
https://symas.com/lightning-memory-mapped-database/ http://www.lmdb.tech/doc/index.html
https://github.com/bmatsuo/lmdb-go is a good alternative. We can stick with that for now.
LMDB looks to be a good data structure for single node high performance. It is implemented in C and available as a library. We can use LMDB to benchmark and validate our LLRB and BUBT implementations.