cloudflare / ahocorasickLinks
A Golang implementation of the Aho-Corasick string matching algorithm
☆684Updated 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☆286Updated last year
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆786Updated 2 months ago
- Native MurmurHash3 Go implementation☆1,013Updated 2 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆496Updated last year
- Fast golang queue using ring-buffer☆636Updated 2 years ago
- Golang implementation of Radix trees☆931Updated last year
- A portable mmap package for Go☆1,080Updated last year
- A fast and memory efficient implementation of aho-corasick algorithm based on double-array trie (cedar), supports visualizing structure …☆124Updated last year
- Fast, fully fledged murmur3 in Go.☆345Updated 2 years ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆382Updated 6 months ago
- reflect api without runtime reflect.Value cost☆819Updated 8 months ago
- An immutable radix tree implementation in Golang☆1,081Updated this week
- Buffer/Byte pool for Go☆480Updated 6 years ago
- Cuckoo Filter: Practically Better Than Bloom☆1,205Updated last year
- A Go package providing a filesystem-backed FIFO queue☆497Updated 3 months ago
- Go package implementing bitsets☆1,467Updated 2 weeks ago
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆602Updated 3 years ago
- reuse tcp/udp ports in golang☆796Updated 4 months ago
- Anti-memory-waste byte buffer pool☆1,315Updated last year
- Brings SO_REUSEPORT into your Go server☆576Updated 4 years ago
- Golang Serializer Benchmark Comparison☆413Updated 3 years ago
- Consistent hashing "hashring" implementation in golang (using the same algorithm as libketama)☆585Updated 5 years ago
- go wrapper for zstd☆468Updated last month
- Visualise Go program GC trace data in real time☆1,098Updated 6 years ago
- The Snappy compression format in the Go programming language.☆1,570Updated 9 months ago
- Wrapper types for sync/atomic which enforce atomic access☆1,438Updated 8 months ago
- Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go☆896Updated 2 years ago
- A golang LRU Cache for high concurrency☆1,383Updated last month
- Go implementation of simhash algoritim☆231Updated 10 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆611Updated 9 months ago