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