cjgdev / aho_corasickLinks
A C++ implementation of the aho corasick pattern search algorithm
☆222Updated last year
Alternatives and similar repositories for aho_corasick
Users that are interested in aho_corasick are comparing it to the libraries listed below
Sorting:
- C++ implementation of a fast and memory efficient HAT-trie☆820Updated 8 months ago
- C++ integer-to-string conversion benchmark☆341Updated 3 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- Experimental C++11 version of sparsehash☆290Updated 2 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- STL-based caches for C++☆116Updated 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 …☆295Updated 8 months ago
- Bloom filters for C++11☆358Updated 3 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 8 months ago
- C++ library for executors☆503Updated 8 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆379Updated 4 years ago
- High performance C++11 thread pool☆578Updated 4 years ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆497Updated last year
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆204Updated 2 years ago
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆548Updated last year
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆133Updated 4 years ago
- A header-only C++ library for task concurrency☆628Updated 2 years ago
- C++11 wrapper for the LMDB embedded B+ tree database library.☆276Updated 4 years ago
- Modern, asynchronous, and wicked fast C++11 client for Redis☆388Updated 2 years ago
- A-C implementation in "C". Tight-packed (interleaved) state-transition matrix -- as fast as it gets, as small as it gets.☆148Updated 4 years ago
- C++ implementation of a memory efficient hash map and hash set