mischasan / aho-corasickLinks
A-C implementation in "C". Tight-packed (interleaved) state-transition matrix -- as fast as it gets, as small as it gets.
☆149Updated 4 years ago
Alternatives and similar repositories for aho-corasick
Users that are interested in aho-corasick are comparing it to the libraries listed below
Sorting:
- An efficient trie implementation.☆255Updated 5 years ago
- C Minimal Perfect Hashing Library☆89Updated 8 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 7 years ago
- Fast decoder for VByte-compressed integers☆125Updated 2 weeks ago
- A fast implementation for varbyte 32bit/64bit integer compression☆120Updated 8 years ago
- Rolling Hash C++ Library☆189Updated last year
- C library implementing the ridiculously fast CLHash hashing function☆280Updated last year
- Critbit trees in C☆334Updated 3 years ago
- SIMD-accelerated base64 codecs☆438Updated last year
- Implementing coroutines, channels, message passing, etc.☆133Updated 4 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆170Updated 9 months ago
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- A C library of hashtables and tries designed to store objects with high performance☆241Updated last month
- qp tries and crit-bit tries☆122Updated 3 years ago
- A C++ implementation of the aho corasick pattern search algorithm☆231Updated last year
- Hashing functions and PRNGs based on them☆166Updated this week
- ☆144Updated last year
- Fast Positive Hash - just the fastest portable hash function.☆36Updated 4 years ago
- A simple and small bloom filter implementation in plain C.☆302Updated 3 years ago
- A library of inverted index data structures☆151Updated 2 years ago
- The world's first Web-scale memory allocator☆109Updated 7 years ago
- One of the fastest hash functions.☆362Updated 9 months ago
- generate perfect hashes (alpha)☆79Updated 3 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆65Updated last year
- C language wrapper for RE2 the regular expressions library from Google☆131Updated last year
- Simhashing in C++☆135Updated 2 years ago
- C library to compute the Hamming weight of arrays☆49Updated 6 years ago
- fast SIMD-able JIT regular expression compiler☆197Updated 10 years ago
- RIBS (Robust Infrastructure for Backend Systems) version 2☆130Updated 6 years ago
- A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit f…☆276Updated 4 years ago