HackerTrans
トップ新着トレンドコメント過去質問紹介求人

kmschaal

no profile record

投稿

Show HN: Claude Code generated a tip that looks like an ad

2 ポイント·投稿者 kmschaal·4 か月前·2 コメント

Show HN: Front End Fuzzy and Substring and Prefix Search

github.com
56 ポイント·投稿者 kmschaal·9 か月前·4 コメント

コメント

kmschaal
·4 か月前·議論
Tested it and you are right, thanks for the clarification.
kmschaal
·8 か月前·議論
OP here, I wanted to add one technical note I forgot to mention in the post.

The prefix search uses the same suffix array as the substring search. This approach might also be useful for other search libraries that rely on suffix arrays. It can improve the search experience with minimal additional effort.

Happy to discuss the implementation details if anyone’s curious!
kmschaal
·8 か月前·議論
μFuzzy has a great comparison project that could serve as a reference for all fuzzy search implementations. My fuzzy searcher (v1) is already included and will soon be updated to v2 (PR is open).