Releases: ipfs/go-ds-badger
Releases · ipfs/go-ds-badger
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.2
Optimize memory usage:
- Decrease table sizes. This reduces badger's base memory footprint from 80MiB to 20MiB.
- Use FileIO for values. This doesn't appear to hurt performance (at least with "sync" disabled) and it also appears to improve read performance by 4x (on a highly unscientific test).
v0.2.1
v0.2.0
Merge pull request #77 from ipfs/feat/ds-update update datastore Interface