Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

Leveldb - A fast and lightweight key/value database library by Google.

  • Share this:
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. Keys and values are arbitrary byte arrays. It supports basic operations like Put(key,value), Get(key), Delete(key). Only a single process (possibly multi-threaded) can access a particular database at a time.
https://github.com/google/leveldb
http://code.google.com/p/leveldb
License:
Tech: