How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Vladimir Levenshtein’s edit distance algorithm 1wiki as a C library. There’s also a CLI: levenshtein(1)cli, and a JavaScript versionjs.
📚 single header utf8 string functions for C and C++
Note: This is version 2 of the library, v1 is now in maintenance mode, and is available in this repository under v1 branch. The differences between v1 and v2 are summarised here.
The main features of maxim2266/str are: String Processing, Windows Environments.
Open-source alternatives to maxim2266/str include: wooorm/levenshtein.c — Vladimir Levenshtein’s edit distance algorithm [1][wiki] as a C library. There’s also a CLI: [levenshtein(1)][cli],… sheredom/utf8.h — 📚 single header utf8 string functions for C and C++. adamierymenko/huffandpuff. adis300/fft-c — Elegant Fast Fourier Transform in C. Making fft.c from fftpack user-friendly. alanxz/rabbitmq-c — RabbitMQ C client. adamyaxley/obfuscate — Source available on GitHub.