LevelDB is a fast key-value storage library(github.com)
github.com
LevelDB is a fast key-value storage library
https://github.com/google/leveldb
1 comments
For those using LevelDB, what characteristics made you choose it over SQLite as an embedded key-value store? Speed?