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.
☆23Updated 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…☆75Updated last year
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆130Updated 2 years ago
- fast prime sieve and hash algorithm☆39Updated 4 months ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with …☆44Updated 5 months ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 10 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- A SQL parser written in C++☆32Updated 4 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆42Updated last year
- Depth C++ library☆10Updated 7 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 5 months ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated last year
- ☆16Updated 11 years ago
- A Boost.Asio-based driver for PostgreSQL☆19Updated 5 years ago
- A generic connection pool☆22Updated 5 years ago
- Fast string to integer conversion☆15Updated 7 years ago
- Utility Kit (for C++), stuff missing from std:: namespace☆11Updated last month
- A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world☆12Updated 3 years ago
- LALR(1) parser for C++☆80Updated last year
- C++ Mathematical Expression Library Extra Examples https://www.partow.net/programming/exprtk/index.html☆17Updated 6 months ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- High Performance C++ data structures and utilities☆16Updated last month
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- Postgres connectivity for modern C++☆10Updated 5 years ago
- Perfect Hash Table C/C++ Library☆14Updated 5 years ago
- C++ interface to CPU affinity management☆31Updated 7 years ago
- A few C++ json-library benchmarks, of the fastest few libraries.☆30Updated 3 weeks ago
- High performance templated AVL tree using a fixed size array. Extensive test suite passing.☆51Updated 4 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 12 years ago