Hacker News new | ask | show | jobs
by alec 5141 days ago
LevelDB is a sorted string table; cdb is a hash table. Without knowing anything more about the implementation, I expect that arbitrary lookups are slower in LevelDB than cdb.