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.