mischasan / aho-corasickLinks
A-C implementation in "C". Tight-packed (interleaved) state-transition matrix -- as fast as it gets, as small as it gets.
☆148Updated 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☆222Updated last year
- C Minimal Perfect Hashing Library☆86Updated 8 years ago
- Roman Klyujkov's Practical Algorithm Template library☆23Updated 2 years ago
- Fast differential coding functions (using SIMD instructions)☆53Updated 7 years ago
- C library to compute the Hamming weight of arrays☆46Updated 6 years ago
- Simhashing in C++☆132Updated 2 years ago
- Automatically exported from code.google.com/p/libhhash☆32Updated 9 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆118Updated 8 years ago
- SIMD-accelerated base64 codecs☆434Updated last year
- Header-only binary fuse and xor filter library☆365Updated 4 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- Compact Data Structures Library☆100Updated 2 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆63Updated last year
- ☆142Updated last year
- Rolling Hash C++ Library☆187Updated last year
- Fast compressed trie dictionary library☆69Updated 8 months ago
- The world's first Web-scale memory allocator☆106Updated 6 years ago
- Fast decoder for VByte-compressed integers☆122Updated last year
- C language wrapper for RE2 the regular expressions library from Google☆125Updated 9 months ago
- C library implementing the ridiculously fast CLHash hashing function☆278Updated last year
- Critbit trees in C☆335Updated 3 years ago
- A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit f…☆274Updated 3 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 6 years ago
- A C library of hashtables and tries designed to store objects with high performance☆232Updated 2 years ago
- Sample implementation of a proposed C++ hashing framework☆29Updated 9 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- Murmur3 hash in C☆421Updated 2 years ago
- C automata library to build, determinize, minimize, translate regexp etc☆10Updated 9 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago