Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@serega serega released this 23 Jun 06:30

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