ZIm/crates/fuzzy
Michael Sloan 51ac2d3667
Check cancel in multithreaded fuzzy matching (#22525)
For both the strings and paths multithreaded matching it would still
aggregate the response even though it is unneeded. It now checks cancel.

In the paths matcher, cancel is now checked within the loop, since it
was calling `match_candidates` even though no further results would be
computed.

Release Notes:

- N/A
2024-12-31 22:37:41 +00:00
..
src Check cancel in multithreaded fuzzy matching (#22525) 2024-12-31 22:37:41 +00:00
Cargo.toml Log invariant violations in fuzzy string match iterator (#21983) 2024-12-13 11:16:30 -07:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00