cloudflare / ahocorasick
A Golang implementation of the Aho-Corasick string matching algorithm
☆598Updated 2 months ago
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.☆764Updated 2 months ago
- Go package implementing bitsets☆1,349Updated 2 weeks ago
- reflect api without runtime reflect.Value cost☆766Updated 4 months ago
- An immutable radix tree implementation in Golang☆1,002Updated this week
- Golang implementation of Radix trees☆888Updated 4 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆473Updated 2 months ago
- The Snappy compression format in the Go programming language.☆1,530Updated 10 months ago
- Native MurmurHash3 Go implementation☆955Updated last year
- Visualise Go program GC trace data in real time☆1,101Updated 5 years ago
- Fast golang queue using ring-buffer☆613Updated last year
- Golang Serializer Benchmark Comparison☆414Updated last year
- LZ4 compression and decompression in pure Go☆881Updated 3 months ago
- Brings SO_REUSEPORT into your Go server☆572Updated 3 years ago
- A Go package providing a filesystem-backed FIFO queue☆470Updated last year
- Buffer/Byte pool for Go☆470Updated 5 years ago
- Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go☆877Updated last year
- A Go code generator for MessagePack / msgpack.org[Go]☆1,810Updated this week
- [mirror] Go supplementary time packages☆391Updated 2 weeks ago
- Consistent hashing "hashring" implementation in golang (using the same algorithm as libketama)☆568Updated 4 years ago
- Anti-memory-waste byte buffer pool☆1,192Updated 4 months ago
- Deep copy things☆573Updated 3 years ago
- A portable mmap package for Go☆949Updated last month
- Wrapper types for sync/atomic which enforce atomic access☆1,357Updated this week
- reuse tcp/udp ports in golang☆765Updated last month
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆513Updated last week
- Benchmarks of Go serialization methods☆1,571Updated 2 months ago
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆540Updated 3 months ago
- Connection pool for Go's net.Conn interface☆1,362Updated 6 years ago
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆583Updated 2 years ago