cloudflare / ahocorasickLinks
A Golang implementation of the Aho-Corasick string matching algorithm
☆695Updated 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☆287Updated 2 years ago
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆787Updated 2 weeks ago
- Native MurmurHash3 Go implementation☆1,015Updated 2 years ago
- Fast golang queue using ring-buffer☆636Updated 2 years ago
- Golang implementation of Radix trees☆935Updated last year
- A portable mmap package for Go☆1,086Updated last year
- A fast and memory efficient implementation of aho-corasick algorithm based on double-array trie (cedar), supports visualizing structure …☆126Updated 2 years ago
- Go package implementing bitsets☆1,478Updated last week
- Cuckoo Filter: Practically Better Than Bloom☆1,214Updated last year
- An immutable radix tree implementation in Golang☆1,086Updated 2 weeks ago
- Buffer/Byte pool for Go☆481Updated 6 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆502Updated last year
- The Snappy compression format in the Go programming language.☆1,572Updated 11 months ago
- Visualise Go program GC trace data in real time☆1,097Updated 6 years ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆384Updated 8 months ago
- Brings SO_REUSEPORT into your Go server☆575Updated 4 years ago
- reflect api without runtime reflect.Value cost☆823Updated 10 months ago
- Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go☆900Updated 2 years ago
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆603Updated 3 years ago
- reuse tcp/udp ports in golang☆799Updated 5 months ago
- Collect Golang Runtime Metrics, outputting to a stats handler☆544Updated 9 years ago
- Anti-memory-waste byte buffer pool☆1,322Updated last year
- Benchmarks of Go serialization methods☆1,621Updated 7 months ago
- A Go package providing a filesystem-backed FIFO queue☆497Updated 4 months ago
- Wrapper types for sync/atomic which enforce atomic access☆1,443Updated 9 months ago
- A Go code generator for MessagePack / msgpack.org[Go]☆1,924Updated last month
- Golang Serializer Benchmark Comparison☆413Updated 3 years ago
- Consistent hashing "hashring" implementation in golang (using the same algorithm as libketama)☆586Updated 5 years ago
- Fast, fully fledged murmur3 in Go.☆347Updated 2 years ago
- Zstd wrapper for Go☆800Updated 2 months ago