cjgdev / aho_corasick
A C++ implementation of the aho corasick pattern search algorithm
☆220Updated 10 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☆808Updated 5 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆177Updated 5 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 2 years ago
- C++ integer-to-string conversion benchmark☆341Updated last week
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆132Updated 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 …☆292Updated 5 months ago
- Ultra fast C++11 allocator for STL containers.☆272Updated 3 years ago
- C++ implementation of a memory efficient hash map and hash set☆343Updated 5 months ago
- Experimental C++11 version of sparsehash☆288Updated 2 years ago
- A public domain lock free queues implemented in C++11☆182Updated 11 years ago
- A feature complete LRU cache implementation in C++☆247Updated 5 years ago
- C++ library for executors☆499Updated 8 years ago
- STXXL: Standard Template Library for Extra Large Data Sets☆487Updated last year
- Bloom filters for C++11☆356Updated 3 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆201Updated 2 years ago
- High performance C++11 thread pool☆572Updated 4 years ago
- STL-based caches for C++☆115Updated last year
- Boost.Lockfree☆128Updated last month
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆430Updated 8 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆736Updated 4 months ago
- A header-only library for C++(0x) that allows automagic pretty-printing of any container.☆560Updated 2 years ago
- A C++ await/yield emulation library for stackless coroutine☆335Updated last year
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆373Updated 4 years ago
- Lightweight and fast JSON parser for C++☆339Updated 7 months ago
- Embeddable C++17 Unicode library offering UTF encodings, general category info, simple and full casing, normalization forms, and combinin…☆78Updated 3 months ago
- A-C implementation in "C". Tight-packed (interleaved) state-transition matrix -- as fast as it gets, as small as it gets.☆146Updated 4 years ago
- STL-style C++ skip_list container☆86Updated 2 years ago
- A C++11 compliant header-only asynchronous MySQL client library based on Asio. Enables you to work with MySQL in both asynchronous and bl…☆156Updated 6 years ago
- A header-only C++ library for task concurrency☆624Updated last year
- Implementation of std::any, including small object optimization, for C++11 compilers☆146Updated 9 months ago