everdb-python is the Python language implementation of everdb.
- Save format in Array header
- Benchmarks for Blob, Array, Hash
- Benchmark page comparing sqlite, bsd, etc
- Caching to speed up benchmarks
- Store explicit db data structures in hash values (
h[x] = Blob()
)- DB root hash to access structures
- Store implicit large data in hash values (
h[x] = 'xxx'*(2**32)
) - File header with db state and version
- Fixed-length struct array datatype