apollo008 / orchid-fst
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
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- C++17 implementation of memory-efficient dynamic tries☆58Updated 3 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆147Updated 5 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- A data structure and algorithm library built for TerarkDB☆62Updated 3 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 7 months ago
- W-TinyLFU cache C++11 header only implementation☆58Updated 6 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆109Updated 4 months ago
- Modern C++ B-tree containers☆273Updated last year
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆213Updated 2 years ago
- Cuckoo Index: A Lightweight Secondary Index Structure☆129Updated 3 years ago
- C++ framework for rapid server development☆77Updated last year
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- General purpose C++ library for iZENECloud☆42Updated 10 years ago
- C++ implementation of a memory efficient hash map and hash set☆347Updated 7 months ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- C++ implementation of raft consensus☆263Updated 2 years ago
- Effective Memory Reclamation☆55Updated 5 years ago
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆88Updated 3 years ago
- Coroutine-Oriented Main-Memory Database Engine (VLDB 2021)☆249Updated 3 years ago
- String map implementation through Fast Succinct Trie☆21Updated 3 years ago
- Fast differential coding functions (using SIMD instructions)☆52Updated 7 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- ☆44Updated 4 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 3 months ago
- A C++ Rate limiter implementation.☆55Updated 9 years ago
- Code used for the experiments in the paper "Partitioned Elias-Fano Indexes"☆40Updated 10 years ago
- A C++ template class providing a thread-safe LRU cache☆76Updated 3 years ago