https://github.com/beevik/rkindex
Rabin-Karp search index written in go
https://github.com/beevik/rkindex
Last synced: 10 months ago
JSON representation
Rabin-Karp search index written in go
- Host: GitHub
- URL: https://github.com/beevik/rkindex
- Owner: beevik
- License: bsd-2-clause
- Created: 2025-03-09T21:35:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T04:37:41.000Z (about 1 year ago)
- Last Synced: 2025-05-08T18:50:20.904Z (about 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rkindex
=======
A Rabin-Karp substring search index implemented in Go. Allows for fast
substring lookups against a large index of text strings.