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 4 years ago
- A C++ implementation of the aho corasick pattern search algorithm☆230Updated last year
- C Minimal Perfect Hashing Library☆89Updated 8 years ago
- Rolling Hash C++ Library☆189Updated last year
- Fast Positive Hash - just the fastest portable hash function.☆36Updated 4 years ago
- Roman Klyujkov's Practical Algorithm Template library☆23Updated 3 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- C library implementing the ridiculously fast CLHash hashing function☆280Updated last year
- One of the fastest hash functions.☆361Updated 8 months ago
- fast SIMD-able JIT regular expression compiler☆197Updated 10 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 7 years ago
- Fast decoder for VByte-compressed integers☆125Updated last year
- Critbit trees in C☆334Updated 3 years ago
- A C library of hashtables and tries designed to store objects with high performance☆239Updated last week
- SIMD-accelerated base64 codecs☆436Updated last year
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 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
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆170Updated 8 months ago
- Hashing functions and PRNGs based on them☆165Updated 9 months ago
- Automatically exported from code.google.com/p/libhhash☆32Updated 9 years ago
- Simhashing in C++☆135Updated 2 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆64Updated last year
- C11 Lock-free Stack☆184Updated last year
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- The world's first Web-scale memory allocator☆109Updated 7 years ago
- ☆144Updated last year
- A library of inverted index data structures☆151Updated 2 years ago
- A collection of succinct data structures☆210Updated last year
- Distributed search engine in C++14, using nanomsg for communication, bond for serialization.☆67Updated 10 years ago