1.3.1
1.3.1 (2026-03-15)
FuzzySearch — Interactive Example App
A new macOS example app for exploring how FuzzyMatch works interactively. It loads the full 271K financial instrument corpus and live-searches as you type, showing the top 20 results with highlighted matched characters. Switch between Edit Distance and Smith-Waterman algorithms to see how they rank differently, or use File > Open (Cmd+O) to load your own newline-delimited data.
Open the Xcode project and hit Run:
open Examples/FuzzySearch/FuzzySearch.xcodeproj