leveldb 1.0.3
License | LGPL+static | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Homepage | https://github.com/mfp/ocaml-leveldb | |||||||||||||||||||||
Maintainer | mfp@acm.org | |||||||||||||||||||||
Dependencies |
|
|||||||||||||||||||||
Published | Feb 20, 2014 | |||||||||||||||||||||
Source [http] |
https://github.com/mfp/ocaml-leveldb/archive/ocaml-leveldb-1.0.3.tar.gz 68ce7bda83d28cd14bf817355e9781af |
|||||||||||||||||||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/leveldb/leveldb.1.0.3/opam |
OCaml bindings for Google's LevelDB library.
These bindings expose nearly the full LevelDB C++ API, including:
- iterators
- snapshots
- batch updates
- support for custom comparators
Blocking functions release the OCaml runtime system, allowing to:
- run them in parallel with other OCaml code
- perform multiple LevelDB operations in parallel
Necessary for | ||
---|---|---|
obigstore |