cloudflare / ahocorasick
A Golang implementation of the Aho-Corasick string matching algorithm
☆605Updated 3 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☆263Updated 11 months ago
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆767Updated 4 months ago
- reflect api without runtime reflect.Value cost☆773Updated 6 months ago
- Native MurmurHash3 Go implementation☆961Updated last year
- Fast golang queue using ring-buffer☆618Updated last year
- Brings SO_REUSEPORT into your Go server☆572Updated 3 years ago
- A portable mmap package for Go☆983Updated last month
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆371Updated last year
- Golang implementation of Radix trees☆896Updated 6 months ago
- The Snappy compression format in the Go programming language.☆1,547Updated last year
- Visualise Go program GC trace data in real time☆1,102Updated 5 years ago
- Go package implementing bitsets☆1,377Updated 3 weeks ago
- Golang Serializer Benchmark Comparison☆417Updated 2 years ago
- An immutable radix tree implementation in Golang☆1,022Updated 3 weeks ago
- LZ4 compression and decompression in pure Go☆890Updated last week
- reuse tcp/udp ports in golang☆779Updated 3 months ago
- [mirror] Go supplementary time packages☆393Updated last week
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆524Updated last month
- Consistent hashing "hashring" implementation in golang (using the same algorithm as libketama)☆569Updated 4 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆479Updated 3 months ago
- a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation☆729Updated 3 years ago
- A Go code generator for MessagePack / msgpack.org[Go]☆1,819Updated last month
- Benchmarks of Go serialization methods☆1,580Updated 4 months ago
- A Left-Leaning Red-Black (LLRB) implementation of balanced binary search trees for Google Go☆805Updated 2 years ago
- Buffer/Byte pool for Go☆470Updated 5 years ago
- Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go☆884Updated last year
- Anti-memory-waste byte buffer pool☆1,217Updated 5 months ago
- Zstd wrapper for Go☆757Updated 3 months ago
- Fast, fully fledged murmur3 in Go.☆312Updated last year
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆588Updated 2 years ago