> cat /dev/github | grep security-tools
discovered 03 Aug 2026

bk-string

via awesome-list
→ View on GitHub
BK String is a C implementation of a BK Tree designed for efficient string searching and insertion, primarily utilized for tasks such as spell checking or fuzzy string matching. Notable features include the ability to initialize and build a BK Tree, perform searches within a specified Levenshtein distance, and provide functionality for both static and shared library builds. The tool also includes testing and benchmarking capabilities, allowing for performance assessments on string processing operations.