Skip to content

Python implementation of everdb - Fast and efficient on-disk data structures and embedded database

Notifications You must be signed in to change notification settings

Knio/everdb-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python implementation of everdb - Fast and efficient on-disk data structures and embedded database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages