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 last year
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☆56Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- An adaptive radix tree for efficient indexing in main memory.☆161Updated last year
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- C++ implementation of Radix tree☆64Updated 5 years ago
- Modern C++ B-tree containers☆273Updated last year
- W-TinyLFU cache C++11 header only implementation☆60Updated 6 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 3 weeks ago
- ☆44Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- Cuckoo Index: A Lightweight Secondary Index Structure☆129Updated 3 years ago
- A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!☆49Updated 2 months ago
- A data structure and algorithm library built for TerarkDB☆65Updated 3 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆110Updated 6 months ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- A SQL parser written in C++☆30Updated 3 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆214Updated 2 years ago
- C++ implementation of raft consensus☆265Updated 2 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- Effective Memory Reclamation☆57Updated 5 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- ☆21Updated 8 months ago
- STL-based caches for C++☆116Updated 2 years ago
- A C++ template class providing a thread-safe LRU cache☆76Updated 3 years ago
- Key/Value NoSQL database that utilize LSM trees☆40Updated last week
- A C++ Rate limiter implementation.☆55Updated 10 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- C++ port of the codahale/dropwizard metrics library☆75Updated 6 years ago