cloudflare / ahocorasick
A Golang implementation of the Aho-Corasick string matching algorithm
☆596Updated last month
Related projects ⓘ
Alternatives and complementary repositories for ahocorasick
- A faster and more efficient Golang implement of Aho-Corasick algorithm using Double Array Trie☆261Updated 9 months ago
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆761Updated last month
- Fast, zero heap allocation Go Trie for runes or paths☆469Updated last month
- Go package implementing bitsets☆1,344Updated last week
- reflect api without runtime reflect.Value cost☆762Updated 4 months ago
- Native MurmurHash3 Go implementation☆954Updated last year
- Fast golang queue using ring-buffer☆610Updated last year
- Anti-memory-waste byte buffer pool☆1,186Updated 3 months ago
- Golang implementation of Radix trees☆889Updated 4 months ago
- Buffer/Byte pool for Go☆469Updated 5 years ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆369Updated 10 months ago
- An immutable radix tree implementation in Golang☆1,000Updated 2 months ago
- The Snappy compression format in the Go programming language.☆1,523Updated 10 months ago
- Fast, fully fledged murmur3 in Go.☆304Updated last year
- A Go package providing a filesystem-backed FIFO queue☆467Updated last year
- Visualise Go program GC trace data in real time☆1,101Updated 5 years ago
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆540Updated 3 months ago
- Golang Serializer Benchmark Comparison☆414Updated last year
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆1,807Updated 4 months ago
- Wrapper types for sync/atomic which enforce atomic access☆1,352Updated last week
- Brings SO_REUSEPORT into your Go server☆572Updated 3 years ago
- reuse tcp/udp ports in golang☆763Updated last month
- A portable mmap package for Go☆942Updated last month
- A fast and memory efficient implementation of aho-corasick algorithm based on double-array trie (cedar), supports visualizing structure …☆115Updated 9 months ago
- ☆450Updated 2 weeks ago
- Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go☆876Updated last year
- Collect Golang Runtime Metrics, outputting to a stats handler☆547Updated 8 years ago
- [mirror] concurrency primitives☆868Updated this week
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,780Updated last year
- a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation☆726Updated 3 years ago