Skip to content

v0.4.5

Compare
Choose a tag to compare
@edwinkys edwinkys released this 04 May 22:32
· 53 commits to main since this release

What's Changed

  • Add insert benchmark to measure the performance of inserting vectors into the collection. The benchmark can be run using the cargo bench command.
  • Fix the issue with large-size dirty IO buffers caused by the database operation. This issue is fixed by flushing the dirty IO buffers after the operation is completed. This operation can be done synchronously or asynchronously based on the user's preference since this operation might take some time to complete.

Contributors

Full Changelog

v0.4.4...v0.4.5