Skip to content

Releases: serega/gaoya

v0.2.0

23 Jun 06:30
Compare
Choose a tag to compare

[0.2.0] - 2023-06-22

Added

  • IdContainer trait for storing IDs in MinHashIndex, and three implementations HashSetContainer,
    VecContainer and SmallVecContainer
  • Method query_one to SimHashIndex
  • Criterion benchmarks

Changed

  • MinHashIndex remove methods return existing signature

Fixed

  • Fix issue when duplicate ids may cause a crash. (#19)

v0.1.2

15 Jul 17:41
a5c33a2
Compare
Choose a tag to compare

What's Changed

  • Removed unsafe code by hashing band by @serega in #13
  • Smart capacity allocation by @serega in #14
  • Improved API and performance

v0.1.1

05 Mar 14:32
Compare
Choose a tag to compare

What's Changed

  • added 8-bit minhash