andy489 / Fast_Algorithms_in_Data_StructuresLinks
LA, LCA, Perfect Hash, RMQ, Segment Tree, Sparse Table, Treap, vEB Tree, x-fast Tree (Willard), Suffix Automaton (Blumer et al.), Suffix Tree (Ukkonen) etc.
☆22Updated last year
Alternatives and similar repositories for Fast_Algorithms_in_Data_Structures
Users that are interested in Fast_Algorithms_in_Data_Structures are comparing it to the libraries listed below
Sorting:
- A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per se…☆73Updated last year
- C++ template containers with optimized memory consumption☆12Updated this week
- A generic connection pool☆21Updated 5 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- A SQL parser written in C++☆32Updated 3 years ago
- Postgres connectivity for modern C++☆10Updated 5 years ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated 3 months ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆19Updated 4 years ago
- Perfect Hash Table C/C++ Library☆14Updated 4 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- Fork of Marcin Kalicinski's RapidXml library☆17Updated 2 months ago
- High performance templated AVL tree using a fixed size array. Extensive test suite passing.☆50Updated 3 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆77Updated 11 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago
- Javascript-like promises for C++ in a lightweight single header library☆24Updated 5 years ago
- fixpp - A modern C++ FIX library☆85Updated last year
- Task System presented in "Better Code: Concurrency - Sean Parent"☆43Updated 5 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆46Updated 8 months ago
- Depth C++ library☆10Updated 6 years ago
- a modern c++ html template engine☆18Updated 7 years ago
- Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with …☆44Updated 2 months ago
- An exploration of tree and force-directed graph drawing algorithms.☆13Updated 7 years ago
- A C++17 full-text search engine library☆32Updated 3 years ago
- Header-only C++17 library for evaluating logical expressions.☆87Updated 3 years ago
- Win32 API canvas library☆13Updated 9 years ago
- A tabular data structure for C++☆23Updated 3 years ago
- make_heap and sort_heap for a poplar heap with O(1) extra memory☆41Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- C++ coroutine based networking library (WIP)☆39Updated 6 years ago