cjgdev / aho_corasick
A C++ implementation of the aho corasick pattern search algorithm
☆217Updated 9 months ago
Alternatives and similar repositories for aho_corasick:
Users that are interested in aho_corasick are comparing it to the libraries listed below
- C++ implementation of a fast and memory efficient HAT-trie☆801Updated 3 months ago
- C++ integer-to-string conversion benchmark☆337Updated 3 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆177Updated 3 months ago
- Experimental C++11 version of sparsehash☆287Updated 2 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆132Updated 4 years ago
- A STL allocator that mmaps files☆244Updated 3 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆140Updated last year
- Bloom filters for C++11☆355Updated 3 years ago
- C++ implementation of a memory efficient hash map and hash set☆341Updated 3 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆733Updated 3 months ago
- A C++ await/yield emulation library for stackless coroutine☆335Updated last year
- STXXL: Standard Template Library for Extra Large Data Sets☆486Updated last year
- An open addressing linear probing hash table, tuned for delete heavy workloads☆200Updated last year
- A-C implementation in "C". Tight-packed (interleaved) state-transition matrix -- as fast as it gets, as small as it gets.☆147Updated 4 years ago
- STL-style C++ skip_list container☆86Updated 2 years ago
- C++ library for executors☆498Updated 8 years ago
- userland threads☆470Updated 3 weeks ago
- A header-only C++ library for task concurrency☆623Updated last year
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆201Updated 2 years ago
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆538Updated last year
- C++ library for storing and printing backtraces.☆446Updated this week
- A fast, memory efficient hash map for C++☆1,259Updated last year
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆416Updated 3 years ago
- A public domain lock free queues implemented in C++11☆182Updated 10 years ago
- Linq for list comprehension in C++☆662Updated 4 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆370Updated 4 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 4 months ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆147Updated 8 months ago
- Various open addressing hashmap algorithms in C++☆254Updated 3 years ago
- Boost.Coroutine2☆129Updated last month