Good fuzzy search libraries?

what are people using for fuzzy search? all i could find was fuse-swift, but it doesn’t support Linux and doesn’t seem to be maintained anymore.

There's "FuzzyFind" as well, which is more recent and supports Linux according to our build matrix:

Also, fuse-swift seems to be building fine on Linux according to our build matrix. Were you just going by the authors' platform badges which show "ios | osx" or did you try building it? I'm asking just to make sure that we're not showing a false positive for the Linux build.

1 Like

i didn‘t try to build it, i just went off of the badges and the many other people in the project issues tracker saying that the project is no longer maintained

Ah, I see, thanks!

You can try this one:

2 Likes

Holy cow! Amazing! I've been using Fuse-Swift for several years and have my own branch to fix a thread race issue. I was bummed that it was abandoned as it's truly excellent (except for the bug). I'll be checking this out and switching if it works well. Muchos gracias!

2 Likes

Based on Fuse.

2 Likes