apollo008 / orchid-fstLinks
This project Orchid-Fst implements a fast text string dictionary search data structure: Finite state transducer (short for FST) in c++ language.This FST C++ open source project has much significant advantages.
☆15Updated 2 years ago
Alternatives and similar repositories for orchid-fst
Users that are interested in orchid-fst are comparing it to the libraries listed below
Sorting:
- A single file C++17 header-only Minimal Acyclic Subsequential Transducers, or Finite State Transducers☆60Updated 3 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 3 years ago
- Modern C++ B-tree containers☆280Updated 2 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆852Updated 2 months ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆150Updated 6 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 2 months ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 5 years ago
- Fast Approximate Membership Filters (C++)☆288Updated 5 months ago
- C++ implementation of Radix tree☆67Updated 6 years ago
- C++ Bloom Filter Library https://www.partow.net/programming/bloomfilter/index.html☆146Updated 5 years ago
- Cuckoo Index: A Lightweight Secondary Index Structure☆129Updated 4 years ago
- C++ implementation of raft consensus☆272Updated 2 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Latency collector as an embedded library for C++☆13Updated 6 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆632Updated 5 months ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- A data structure and algorithm library built for TerarkDB☆67Updated 3 years ago
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆443Updated 6 months ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- An adaptive radix tree for efficient indexing in main memory.☆170Updated 2 months ago
- C++17 implementation of memory-efficient dynamic tries☆58Updated 3 years ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆444Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- Lock-free implementation of the token bucket algorithm in C++☆62Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆366Updated 2 months ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆338Updated last year
- A C++ implementation of the aho corasick pattern search algorithm☆232Updated last year