mischasan / aho-corasick
A-C implementation in "C". Tight-packed (interleaved) state-transition matrix -- as fast as it gets, as small as it gets.
☆146Updated 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.☆253Updated 4 years ago
- Simhashing in C++☆133Updated 2 years ago
- Rolling Hash C++ Library☆188Updated 11 months ago
- Fast decoder for VByte-compressed integers☆122Updated 9 months ago
- Fast differential coding functions (using SIMD instructions)☆52Updated 7 years ago
- A C++ implementation of the aho corasick pattern search algorithm☆220Updated 10 months ago
- A C library of hashtables and tries designed to store objects with high performance☆231Updated last year
- C Minimal Perfect Hashing Library☆84Updated 7 years ago
- C library implementing the ridiculously fast CLHash hashing function☆270Updated 10 months ago
- qp tries and crit-bit tries☆119Updated 2 years ago
- Critbit trees in C☆334Updated 3 years ago
- ☆140Updated 11 months ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 2 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆115Updated 8 years ago
- API tracing framework for Linux C/C++ applications☆158Updated 9 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆138Updated last year
- Automatically exported from code.google.com/p/libhhash☆32Updated 9 years ago
- A compact implementation of Dr. Askitis HatTrie☆80Updated 10 years ago
- Fast compressed trie dictionary library☆67Updated 5 months ago
- Lock-free multithreaded memory allocation☆105Updated 8 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 6 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- Roman Klyujkov's Practical Algorithm Template library☆23Updated 2 years ago
- An obsolete project☆82Updated 6 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆87Updated 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
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆161Updated 10 months ago
- A benchmark of some prominent C/C++ hash table implementations☆103Updated 5 years ago
- QSBR and EBR library☆117Updated 5 years ago