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 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for aho-corasick
- An efficient trie implementation.☆252Updated 3 years ago
- A C++ implementation of the aho corasick pattern search algorithm☆213Updated 7 months ago
- C Minimal Perfect Hashing Library☆81Updated 7 years ago
- Fast Positive Hash - just the fastest portable hash function.☆34Updated 3 years ago
- SIMD (SSE) string functions☆96Updated 7 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆115Updated 7 years ago
- Fast decoder for VByte-compressed integers☆117Updated 6 months ago
- Fast differential coding functions (using SIMD instructions)☆50Updated 6 years ago
- Simhashing in C++☆135Updated last year
- One of the fastest hash functions☆345Updated 2 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆157Updated 7 months ago
- SIMD-accelerated base64 codecs☆428Updated 7 months ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆121Updated 5 months ago
- Roman Klyujkov's Practical Algorithm Template library☆23Updated 2 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 6 years ago
- A simple and efficient MsgPack binary serialization library in a self-contained header file☆85Updated 5 years ago
- Our open source benchmarks and code samples☆188Updated last month
- High performance utility library for C☆92Updated 3 months ago
- Memory-mapped storage library☆76Updated 8 years ago
- C library implementing the ridiculously fast CLHash hashing function☆266Updated 7 months ago
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- qp tries and crit-bit tries☆119Updated 2 years ago
- A C library of hashtables and tries designed to store objects with high performance☆230Updated last year
- Implementing coroutines, channels, message passing, etc.☆132Updated 2 years ago
- Critbit trees in C☆335Updated 2 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆240Updated 2 years ago
- Automatically exported from code.google.com/p/libhhash☆32Updated 8 years ago
- timer.c: Tickless hierarchical timing wheel☆223Updated last year