yhirose / cpp-fstlib
A single file C++17 header-only Minimal Acyclic Subsequential Transducers, or Finite State Transducers
☆54Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for cpp-fstlib
- Async GRPC with C++20 coroutine support☆75Updated 2 years ago
- C++17 implementation of memory-efficient dynamic tries☆57Updated 2 years ago
- This project Orchid-Fst implements a fast text string dictionary search data structure: Finite state transducer (short for FST) in c++ la…☆14Updated 10 months ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 3 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆176Updated 2 months ago
- Boost.org unordered module☆63Updated this week
- Boost.org multi_index module☆45Updated this week
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆35Updated last week
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆50Updated 9 months ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆29Updated 6 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- C++ asynchronous interface for gRPC based on https://github.com/3rdparty/eventuals.☆20Updated 2 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆91Updated 3 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆63Updated 3 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆85Updated last year
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆30Updated 7 years ago
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- C++ framework for rapid server development☆76Updated 9 months ago
- async io-uring based kernel io library☆29Updated 3 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆125Updated 3 years ago
- fast prime sieve and hash algorithm☆37Updated 10 months ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 9 years ago
- a small lightweight std::execution work-alike☆55Updated last month
- EDSL for C++ to make just-in-time code generation easier☆82Updated last year
- W-TinyLFU cache C++11 header only implementation☆55Updated 6 years ago
- Efficient Prefix-Sum data structures in C++.☆25Updated last year
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago