Skip to content

bwoods/tiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny — A constant key/value store

A fork of TinyCDB. A very fast and simple package for creating and reading “constant databases,” a data structure introduced by Dan J. Bernstein in his cdb package. A constant database cannot be updated at a runtime, only rebuilt. Rebuilding is atomic operation and is very fast — much faster than of many other similar packages. Once created, CDB may be queried, and a query takes very little time to complete.

About

A constant key/value store

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published