cloudflare / ahocorasick
A Golang implementation of the Aho-Corasick string matching algorithm
☆620Updated 6 months ago
Alternatives and similar repositories for ahocorasick:
Users that are interested in ahocorasick are comparing it to the libraries listed below
- A faster and more efficient Golang implement of Aho-Corasick algorithm using Double Array Trie☆269Updated last year
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆767Updated 6 months ago
- Go package implementing bitsets☆1,396Updated 2 weeks ago
- Fast, zero heap allocation Go Trie for runes or paths☆487Updated 6 months ago
- Golang implementation of Radix trees☆903Updated 8 months ago
- reflect api without runtime reflect.Value cost☆782Updated 8 months ago
- The Snappy compression format in the Go programming language.☆1,550Updated 2 weeks ago
- Native MurmurHash3 Go implementation☆973Updated 2 years ago
- Buffer/Byte pool for Go☆474Updated 5 years ago
- An immutable radix tree implementation in Golang☆1,033Updated last month
- Fast golang queue using ring-buffer☆621Updated last year
- reuse tcp/udp ports in golang☆782Updated this week
- Visualise Go program GC trace data in real time☆1,102Updated 6 years ago
- Golang Serializer Benchmark Comparison☆417Updated 2 years ago
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆544Updated 7 months ago
- Brings SO_REUSEPORT into your Go server☆572Updated 3 years ago
- Anti-memory-waste byte buffer pool☆1,238Updated 8 months ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆372Updated last year
- Fast, fully fledged murmur3 in Go.☆322Updated last year
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆1,906Updated 8 months ago
- A Go package providing a filesystem-backed FIFO queue☆477Updated last year
- Collect Golang Runtime Metrics, outputting to a stats handler☆546Updated 8 years ago
- A fast and memory efficient implementation of aho-corasick algorithm based on double-array trie (cedar), supports visualizing structure …☆119Updated last year
- Benchmarks of Go serialization methods☆1,584Updated 6 months ago
- LZ4 compression and decompression in pure Go☆907Updated last week
- Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go☆888Updated last year
- Wrapper types for sync/atomic which enforce atomic access☆1,388Updated 2 weeks ago
- Cuckoo Filter: Practically Better Than Bloom☆1,163Updated 8 months ago
- Deep copy things☆580Updated 4 years ago
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,830Updated 2 weeks ago