Skip to content

1.3.1

Choose a tag to compare

@github-actions github-actions released this 15 Mar 09:49
· 7 commits to main since this release
8e03c55

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.

FuzzySearch example app

Open the Xcode project and hit Run:

open Examples/FuzzySearch/FuzzySearch.xcodeproj

Commits

  • add FuzzySearch macOS example app with live search and highlighting (84892d8)
  • add File > Open support for arbitrary newline-delimited text files (2e96f85)
  • add shared Xcode scheme with Release config and no debugger (3834965)
  • add FuzzySearch example app section with screenshot to README (bd89bd8)