iohub / ahocorasickLinks
A fast and memory efficient implementation of aho-corasick algorithm based on double-array trie (cedar), supports visualizing structure via graphviz.
☆122Updated last year
Alternatives and similar repositories for ahocorasick
Users that are interested in ahocorasick are comparing it to the libraries listed below
Sorting:
- A faster and more efficient Golang implement of Aho-Corasick algorithm using Double Array Trie☆278Updated last year
- A go implemention of efficiently-updatable double-array trie☆121Updated 5 years ago
- Double-ARray Trie System for golang☆96Updated 5 years ago
- Aho-Corasick string matching algorithm for golang☆45Updated last year
- Modern Go Programming☆96Updated 2 years ago
- A Golang implementation of the Aho-Corasick string matching algorithm☆663Updated 11 months ago
- Go implementation of simhash algoritim☆229Updated 9 years ago
- ☆326Updated 7 years ago
- high-performance common weighted algorithm library☆203Updated 2 years ago
- github.com/cznic/goyacc has moved to modernc.org/goyacc☆207Updated 6 years ago
- MySQL protocol library implementing in Go (golang)☆243Updated 4 years ago
- Go Pooling Helpers☆118Updated 5 years ago
- A skip list implementation in Go☆239Updated 5 years ago
- Google CityHash in Go☆107Updated 11 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆243Updated 5 years ago
- The fastest abstract rate limiter, base on go-redis/redis.☆98Updated 6 years ago
- Slab allocation memory pools for Go.☆200Updated 2 years ago
- A tiny library to get current goroutine id☆89Updated 2 years ago
- 中文文档simhash值计算☆164Updated 4 months ago
- A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.☆164Updated 3 years ago
- SSDB Golang client☆103Updated 4 years ago
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化☆301Updated 2 years ago
- [DEPRECATED] Expose goroutine id to wild world. Alternative approach is https://github.com/huandu/go-tls☆111Updated 7 years ago
- graceful reload golang http server, zero downtime, compatible with systemd, supervisor☆157Updated 5 years ago
- Low level image processing library in pure Go with SIMD assembly☆132Updated 8 years ago
- decode/encode thrift message without IDL☆266Updated 2 years ago
- Rolling writer is an IO util for auto rolling write in go.☆297Updated last year
- Perl Compatible Regular Expression shim for Go☆135Updated 3 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆287Updated 2 years ago