Skip to content

Version 0.3.1

Choose a tag to compare

@DvirDukhan DvirDukhan released this 27 Jul 14:49
· 296 commits to main since this release
7bbe870

Changes

  • HNSW delete improvements (#170) - Moving from std::set to std::vector<bool> for membership validation on HNSW delete procedure.
  • HNSW reclaim memory (#168) - HNSW index data structure now shrinks upon delete
  • HNSW- account for memory allocation of incoming edges set creation (#169) - More accurate memory consumption reporting for HNSW index

Contributors

We'd like to thank all the contributors who worked on this release!

@alonre24