Show HN: ToplingDB - A Persistent Key-Value Store for External Storage
As the creator of TerarkDB (acquired by ByteDance in 2019), I have developed ToplingDB in recent years.ToplingDB is forked from RocksDB, where we have replaced almost all components with more efficient alternatives(db_bench shows ToplingDB is about ~8x faster than RocksDB):* MemTable: SkipList is replaced by CSPP(Crash Safe Parallel Patricia trie), which