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 11 months ago
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 SQL parser written in C++☆32Updated 3 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆76Updated 11 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
- A generic connection pool☆21Updated 5 years ago
- Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with …☆42Updated 2 months 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 2 months ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Ultra light-weight endian utility for C++11 (header only)☆26Updated 6 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- A C++ library for handling monetary values☆46Updated 4 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- A single file C++11 header-only memory mapped file library.☆65Updated last year
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- A tabular data structure for C++☆23Updated 3 years ago
- A fast and flexible c++ template class for tree data structures☆109Updated 2 weeks ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- Depth C++ library☆10Updated 6 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago
- Performance profiling of JSON libraries☆27Updated 3 months ago
- µSQL is a SQL parser engine for C++ to develop SQL based applications easily, and it supports other SQL like domain specific languages su…☆55Updated 7 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 4 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- Boost.org mpi module☆63Updated last month
- Wicked fast, thread safe in-memory key/object store for C++☆12Updated 8 years ago
- 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…☆72Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- Boost.org intrusive module☆59Updated 3 weeks ago
- A simple replacement for std::unordered_map☆50Updated last year
- Concurrent Hash Table☆32Updated 3 weeks ago