leveldb

by google · Developer Tools

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

New0 ratings39,387 starsActive
Developer ToolsDeveloper ToolC++C
↓ Download 1.23GitHub⚑ Report
leveldb — image 1

About this project

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 Authors: Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com) Features Keys and values are arbitrary byte arrays. Data is stored sorted by key. Callers can provide a custom comparison function to override the sort order. …

Technologies

C++CCMake

Project health

Low recent activity
Last update6 months ago
Contributors53
Latest release1.23
Open issues & PRs407
LicenseBSD-3-Clause
On GitHubsince 2014

GitHub

39,387
stars
8,211
forks
53
contributors
407
open issues & PRs
C++
language
6 months ago
last commit
View on GitHub ↗All releases ↗

Reviews

out of 5 · 0 ratings
★★★★★
0%
★★★★
0%
★★★
0%
★★
0%
0%
Sign in to write a review
No reviews yet
Be the first to review leveldb.

Built by

google
Imported from GitHub · not yet claimed on GitPalace
View developer pageSign in with GitHub to claim

Maintain google/leveldb? Claiming verifies admin access through your GitHub account and gives you control of this listing.

You might also like