Skip to content

v0.2.2

Compare
Choose a tag to compare
@Stebalien Stebalien released this 28 Mar 03:27
· 51 commits to master since this release
b608e4f

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).