cjgdev / aho_corasick
A C++ implementation of the aho corasick pattern search algorithm
☆219Updated 11 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☆814Updated 6 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months ago
- Experimental C++11 version of sparsehash☆289Updated 2 years ago
- STL-style C++ skip_list container☆87Updated 2 years ago
- C++ integer-to-string conversion benchmark☆340Updated last month
- C++ implementation of a memory efficient hash map and hash set☆345Updated 6 months ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆133Updated 4 years ago
- A feature complete LRU cache implementation in C++☆249Updated 5 years ago
- A STL allocator that mmaps files☆246Updated 3 years ago
- Boost.Coroutine2☆130Updated 2 weeks ago
- Bloom filters for C++11☆356Updated 3 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆374Updated 4 years ago
- Ultra fast C++11 allocator for STL containers.☆272Updated 3 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆202Updated 2 years ago
- C++ double-to-string conversion benchmark☆254Updated 3 years ago
- 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
- C++ library for executors☆501Updated 8 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- A header-only library for C++(0x) that allows automagic pretty-printing of any container.☆562Updated 2 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 6 months ago
- A header-only C++ library for task concurrency☆625Updated last year
- A C++ await/yield emulation library for stackless coroutine☆335Updated last year
- STXXL: Standard Template Library for Extra Large Data Sets☆488Updated last year
- Implementation of std::any, including small object optimization, for C++11 compilers☆147Updated 11 months ago
- High performance C++11 thread pool☆573Updated 4 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆203Updated last year
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆738Updated 6 months ago
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆545Updated last year
- Boost.Lockfree☆131Updated 2 weeks ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆435Updated last week