cjgdev / aho_corasickLinks
A C++ implementation of the aho corasick pattern search algorithm
☆223Updated 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:
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- Experimental C++11 version of sparsehash☆292Updated 2 years ago
- C++ integer-to-string conversion benchmark☆341Updated 4 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- A-C implementation in "C". Tight-packed (interleaved) state-transition matrix -- as fast as it gets, as small as it gets.☆149Updated 4 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆822Updated 9 months ago
- STL-based caches for C++☆116Updated 2 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆379Updated 4 years ago
- STXXL: Standard Template Library for Extra Large Data Sets☆493Updated 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 …☆295Updated 9 months ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆549Updated last year
- High performance C++11 thread pool☆578Updated 4 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆134Updated 4 years ago
- Bloom filters for C++11☆359Updated 3 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆743Updated 9 months ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- STL-style C++ skip_list container☆87Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆205Updated last year
- Boost.Coroutine2☆135Updated 2 months ago
- C++11 wrapper for the LMDB embedded B+ tree database library.☆277Updated 4 years ago
- Urdl C++ Library - Urdl is a cross-platform C++ library for downloading web content using a URL. It provides an easy-to-use extension to …☆116Updated 7 years ago
- Boost.Coroutine☆84Updated 2 months ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆498Updated last year
- C++ implementation of a memory efficient hash map and hash set☆351Updated 9 months ago
- A C++ await/yield emulation library for stackless coroutine☆338Updated last year
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- C++ library for executors☆508Updated 8 years ago
- Port of the xxhash library to C++17.☆179Updated last month
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆247Updated 11 years ago