paddie / gokmpLinks
String-matching in Golang using the Knuth–Morris–Pratt algorithm (KMP)
☆42Updated 6 years ago
Alternatives and similar repositories for gokmp
Users that are interested in gokmp are comparing it to the libraries listed below
Sorting:
- Static bit vector structures library☆72Updated 5 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Recursive filesystem event watcher using inotify in golang☆123Updated 2 years ago
- Go reflection simplified