cloudflare / ahocorasick
A Golang implementation of the Aho-Corasick string matching algorithm
☆626Updated 7 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☆271Updated last year
- Golang implementation of Radix trees☆905Updated 10 months ago
- Native MurmurHash3 Go implementation☆979Updated 2 years ago
- Buffer/Byte pool for Go☆475Updated 5 years ago
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆768Updated 7 months ago
- Fast golang queue using ring-buffer☆623Updated 2 years ago
- reflect api without runtime reflect.Value cost☆790Updated last month
- Go package implementing bitsets☆1,410Updated last week
- Golang Serializer Benchmark Comparison☆416Updated 2 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆491Updated 7 months ago
- A portable mmap package for Go☆1,023Updated 4 months ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆374Updated last year
- An immutable radix tree implementation in Golang☆1,038Updated 3 weeks ago
- Anti-memory-waste byte buffer pool☆1,261Updated 9 months ago
- Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go☆891Updated last year
- The Snappy compression format in the Go programming language.☆1,556Updated 2 months ago
- parser for Google ProtocolBuffers definition☆602Updated last week
- LZ4 compression and decompression in pure Go☆914Updated this week
- Fast, fully fledged murmur3 in Go.☆327Updated last year
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆568Updated last month
- A Go code generator for MessagePack / msgpack.org[Go]☆1,842Updated last month
- A fast and memory efficient implementation of aho-corasick algorithm based on double-array trie (cedar), supports visualizing structure …☆119Updated last year
- A Go package providing a filesystem-backed FIFO queue☆479Updated last year
- Consistent hashing "hashring" implementation in golang (using the same algorithm as libketama)☆576Updated 4 years ago
- Wrapper types for sync/atomic which enforce atomic access☆1,399Updated 3 weeks ago
- Visualise Go program GC trace data in real time☆1,102Updated 6 years ago
- Go implementation of SipHash-2-4, a fast short-input PRF created by Jean-Philippe Aumasson and Daniel J. Bernstein.☆283Updated 3 years ago
- [mirror] concurrency primitives☆890Updated this week
- Brings SO_REUSEPORT into your Go server☆573Updated 4 years ago
- A golang LRU Cache for high concurrency☆1,345Updated 4 months ago