cjgdev / aho_corasick
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☆816Updated 7 months ago
- Experimental C++11 version of sparsehash☆290Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 7 months ago
- C++ integer-to-string conversion benchmark☆341Updated 3 months ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆133Updated 4 years ago
- STXXL: Standard Template Library for Extra Large Data Sets☆492Updated last year
- C++ implementation of a memory efficient hash map and hash set☆347Updated 7 months ago
- C++ library for executors☆503Updated 8 years ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆497Updated last year
- A STL allocator that mmaps files☆247Updated 4 years ago
- A C++ await/yield emulation library for stackless coroutine☆336Updated last year
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆740Updated 7 months ago
- Bloom filters for C++11☆357Updated 3 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆203Updated 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
- STL-style C++ skip_list container☆87Updated 2 years ago
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆545Updated last year
- 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 8 months ago
- Lightweight and fast JSON parser for C++☆339Updated 9 months ago
- Boost.Coroutine2☆133Updated last month
- C++11 wrapper for the LMDB embedded B+ tree database library.☆276Updated 4 years ago
- Boost.Lockfree☆132Updated last month
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆409Updated 4 months ago
- High performance C++11 thread pool☆576Updated 4 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆379Updated 4 years ago
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- C++ hash map and hash set which preserve the order of insertion☆532Updated 7 months ago
- Port of the xxhash library to C++17.☆176Updated 4 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago