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☆223Updated last year
- Roman Klyujkov's Practical Algorithm Template library☆23Updated 2 years ago
- Simhashing in C++☆133Updated 2 years ago
- C Minimal Perfect Hashing Library☆86Updated 8 years ago
- SIMD-accelerated base64 codecs☆435Updated last year
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated last year
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A C library of hashtables and tries designed to store objects with high performance☆233Updated 2 years ago
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- ☆142Updated last year
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆256Updated 3 years ago
- One of the fastest hash functions.☆353Updated 4 months ago
- C library implementing the ridiculously fast CLHash hashing function☆278Updated last year
- Fast decoder for VByte-compressed integers☆123Updated last year
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- SipHash: a fast short-input PRF☆60Updated 9 years ago
- Fast Positive Hash - just the fastest portable hash function.☆35Updated 4 years ago
- API tracing framework for Linux C/C++ applications☆158Updated 9 years ago
- Critbit trees in C☆336Updated 3 years ago
- Convert build system from autoconf/make to CMake☆76Updated 3 years ago
- Rolling Hash C++ Library☆187Updated last year
- A Super Fast Multithreaded malloc() for 64-bit Machines☆290Updated 5 years ago
- Ragel State Machine Compiler - http://www.complang.org/ragel/☆157Updated 9 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆166Updated 4 months ago
- qp tries and crit-bit tries☆120Updated 2 years ago
- High-performance multicore-scalable data structures and benchmarks☆141Updated 5 years ago
- Our open source benchmarks and code samples☆192Updated 3 weeks ago
- Library implementing the storage and the query evaluation for a text search engine. It uses on a key value store database interface to st…☆47Updated 3 years ago