cjgdev / aho_corasick
A C++ implementation of the aho corasick pattern search algorithm
☆213Updated 7 months ago
Related projects ⓘ
Alternatives and complementary repositories for 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
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆176Updated last month
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆130Updated 4 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆793Updated last month
- STXXL: Standard Template Library for Extra Large Data Sets☆484Updated 10 months ago
- Bloom filters for C++11☆355Updated 2 years ago
- STL-style C++ skip_list container☆86Updated 2 years ago
- Experimental C++11 version of sparsehash☆287Updated 2 years ago
- C++ integer-to-string conversion benchmark☆339Updated 2 years ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆490Updated last year
- C++ implementation of a memory efficient hash map and hash set☆335Updated last month
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆366Updated 4 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆728Updated last month
- A header-only C++ library for task concurrency☆624Updated last year
- A STL allocator that mmaps files☆242Updated 3 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆325Updated 3 years ago
- STL-based caches for C++☆113Updated last year
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆199Updated last year
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆139Updated last year
- C++ library for executors☆494Updated 8 years ago
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆294Updated 2 months ago
- A library of inverted index data structures☆147Updated last year
- Implementation of std::any, including small object optimization, for C++11 compilers☆145Updated 6 months ago
- Port of the xxhash library to C++17.☆165Updated 4 months ago
- An efficient trie implementation.☆252Updated 3 years ago
- A feature complete LRU cache implementation in C++☆237Updated 4 years ago
- Boost.Coroutine2☆128Updated this week
- Various open addressing hashmap algorithms in C++☆255Updated 2 years ago
- Embeddable C++17 Unicode library offering UTF encodings, general category info, simple and full casing, normalization forms, and combinin…☆77Updated 2 weeks ago