mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
introduced a generosity factor that makes the search less greedy. it dramatically improves the recall by making the search a bit slower (for the same recall one can use half the M and smaller ef). had to add Queue::safe_push() method that removes one of the furthest elements (not necessarily the furthest) in the queue to keep it from overflowing.
2.1 KiB
2.1 KiB