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☆224Updated last year
- A library of inverted index data structures☆150Updated 2 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- A C library of hashtables and tries designed to store objects with high performance☆235Updated 2 years ago
- C library implementing the ridiculously fast CLHash hashing function☆279Updated last year
- C Minimal Perfect Hashing Library☆86Updated 8 years ago
- Critbit trees in C☆336Updated 3 years ago
- Fast decoder for VByte-compressed integers☆123Updated last year
- An efficient external-memory algorithm for the construction of minimal perfect hash functions