mischasan / aho-corasick
A-C implementation in "C". Tight-packed (interleaved) state-transition matrix -- as fast as it gets, as small as it gets.
☆147Updated 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
- An efficient trie implementation.☆252Updated 4 years ago
- Critbit trees in C☆332Updated 3 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆116Updated 7 years ago
- A C++ implementation of the aho corasick pattern search algorithm☆217Updated 9 months ago
- Automatically exported from code.google.com/p/libhhash☆32Updated 9 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆140Updated last year
- Fast compressed trie dictionary library☆66Updated 3 months ago
- C Minimal Perfect Hashing Library☆83Updated 7 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- Simhashing in C++☆134Updated last year
- A C library of hashtables and tries designed to store objects with high performance☆230Updated last year
- The world's first Web-scale memory allocator☆106Updated 6 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆138Updated last year
- qp tries and crit-bit tries☆119Updated 2 years ago
- Fast Positive Hash - just the fastest portable hash function.☆34Updated 3 years ago
- Fast differential coding functions (using SIMD instructions)☆51Updated 7 years ago
- Hashing functions and PRNGs based on them☆147Updated 3 years ago
- C automata library to build, determinize, minimize, translate regexp etc☆10Updated 8 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆159Updated 9 months ago
- One of the fastest hash functions☆344Updated 2 years ago
- C library implementing the ridiculously fast CLHash hashing function☆270Updated 9 months ago
- lock free modified prefix B+tree append-only database☆115Updated 9 years ago
- A tiny library to send file descriptors across processes☆168Updated 7 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆263Updated 15 years ago
- SIMD-accelerated base64 codecs☆429Updated 9 months ago
- A benchmark of some prominent C/C++ hash table implementations☆103Updated 5 years ago
- Murmur3 hash in C☆412Updated 2 years ago