Skip to content

Files

Latest commit

Sep 21, 2022
e0641f8 · Sep 21, 2022

History

History

rockdb

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 21, 2022

RockDB

The RocksDB library provides a persistent key value store. Keys and values are arbitrary byte arrays. The keys are ordered within the key value store according to a user-specified comparator function.

http://rocksdb.org/