cloudflare / ahocorasickLinks
A Golang implementation of the Aho-Corasick string matching algorithm
☆677Updated 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☆283Updated last year
- Native MurmurHash3 Go implementation☆1,008Updated 2 years ago
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆785Updated last month
- Fast golang queue using ring-buffer☆636Updated 2 years ago
- Golang implementation of Radix trees☆929Updated last year
- A portable mmap package for Go☆1,078Updated 11 months ago
- Fast, fully fledged murmur3 in Go.☆344Updated 2 years ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆380Updated 6 months ago
- An immutable radix tree implementation in Golang☆1,074Updated this week
- The Snappy compression format in the Go programming language.☆1,569Updated 8 months ago
- reflect api without runtime reflect.Value cost☆813Updated 8 months ago
- Cuckoo Filter: Practically Better Than Bloom☆1,200Updated last year
- Brings SO_REUSEPORT into your Go server☆575Updated 4 years ago
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆602Updated 3 years ago
- Buffer/Byte pool for Go☆480Updated 6 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆496Updated last year
- go wrapper for zstd☆465Updated 2 weeks ago
- A Go package providing a filesystem-backed FIFO queue☆495Updated 2 months ago
- Visualise Go program GC trace data in real time☆1,100Updated 6 years ago
- Go package implementing bitsets☆1,464Updated 2 weeks ago
- Consistent hashing "hashring" implementation in golang (using the same algorithm as libketama)☆584Updated 5 years ago
- A fast and memory efficient implementation of aho-corasick algorithm based on double-array trie (cedar), supports visualizing structure …☆124Updated last year
- Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go☆897Updated 2 years ago
- Anti-memory-waste byte buffer pool☆1,312Updated last year
- A Go code generator for MessagePack / msgpack.org[Go]☆1,897Updated this week
- reuse tcp/udp ports in golang☆795Updated 3 months ago
- A golang LRU Cache for high concurrency☆1,381Updated last month
- ☆325Updated 7 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆292Updated 2 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆607Updated 8 months ago