Skip to content
/ leveldb Public
forked from google/leveldb

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

License

Notifications You must be signed in to change notification settings

leauny/leveldb

 
 

Repository files navigation

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

This repository is receiving very limited maintenance. We will only review the following types of changes.

  • Fixes for critical bugs, such as data loss or memory corruption
  • Changes absolutely needed by internally supported leveldb clients. These typically fix breakage introduced by a language/standard library/OS update

ci

Authors: Sanjay Ghemawat ([email protected]) and Jeff Dean ([email protected])

Features