
GDBM
GNU dbm (or GDBM, for short) is a library of database functions that use extensible hashing and work similar to the standard UNIX dbm. These routines are provided to a programmer needing to create and manipulate a hashed database.
GNU dbm (or GDBM, for short) is a library of database functions that use extensible hashing and work similar to the standard UNIX dbm. These routines are provided to a programmer needing to create and manipulate a hashed database.
Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is ...
Upscaledb is a software library that provides a high-performance embedded database for key/value data., It is written in C/C++ ...
Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is ...
LevelDB stores keys and values in arbitrary byte arrays, and data is sorted by key. It supports batching writes, forward and b ...
Berkeley DB (BDB) is a software library that provides a high-performance embedded database for key/value data., Berkeley DB is ...
QDBM is a library of routines for managing a database. The database is a simple data file containing records, each is a pair o ...