Skip to content

Port tinysearch over to Xor filters

Compare
Choose a tag to compare
@mre mre released this 21 Aug 16:34
· 53 commits to master since this release
ebcc265
  • 20-25% smaller WASM output: The test index is 99kB now, 49kB gzipped, 40kB brotli.
  • No more TINY_MAGIC. The Xor filters don't require that.
  • Faster initial compilation time thanks to fewer dependencies.
  • Cleaned up the custom serialization code.
  • Removed the forked dependencies, which were no longer needed.
  • Replaced lazy_static! with once_cell! and include_bytes! with the new include_str!.
  • Updated the docs.