Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 919 Bytes

File metadata and controls

25 lines (18 loc) · 919 Bytes

everdb-python

everdb-python is the Python language implementation of everdb.

Build Status Coverage Status

TODO

  • 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