Releases: ipfs/go-ds-badger
Releases · ipfs/go-ds-badger
v0.3.4
v0.3.3
v0.3.2
What's Changed
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #114
- ci: uci/update-go by @web3-bot in #129
- Update to use go-datastore without go-process by @gammazero in #131
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- chore: check PersistentDatastore conformance at build time by @guseggert in #120
- ci: uci/copy-templates by @web3-bot in #122
- ci: uci/update-go by @web3-bot in #123
- ci: uci/copy-templates by @web3-bot in #124
- ci: uci/update-go by @web3-bot in #125
- Update dependencies and minimum go version by @gammazero in #127
New Contributors
Full Changelog: v0.3.0...v0.3.1
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).