andy489 / Fast_Algorithms_in_Data_StructuresLinks
Advanced algorithms and data structures for competitive programming and computational research: LA/LCA, RMQ, perfect hashing, vEB/x-fast trees, treaps, and suffix automata/tree implementations.
☆24Updated 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:
- 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
- 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…☆76Updated 2 years ago
- C++ template containers with optimized memory consumption☆12Updated last week
- An exploration of tree and force-directed graph drawing algorithms.☆13Updated 7 years ago
- A SQL parser written in C++☆32Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with …☆44Updated 6 months ago
- C++ Kafka coroutine library using Quantum dispatcher and wrapping CppKafka☆52Updated 3 years ago
- A tabular data structure for C++☆23Updated 3 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 6 months ago
- Container Traits for Modern C++☆29Updated 5 years ago
- fast prime sieve and hash algorithm☆39Updated 5 months ago
- Wicked fast, thread safe in-memory key/object store for C++☆12Updated 9 years ago
- For details, see the blog post:☆35Updated 2 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆49Updated 3 months ago
- C++ wrapper around wyhash and wyrand☆14Updated last year
- Git mirror of the official (mercurial) repository of cpp-btree☆80Updated 11 years ago
- A generic connection pool☆22Updated 5 years ago
- header-only Windows implementation of the <sys/time.h> header☆16Updated 2 years ago
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆28Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- C++ interface to CPU affinity management☆31Updated 7 years ago
- C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators☆122Updated last year
- STL-like containers from Boost☆116Updated this week
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆73Updated 2 months ago
- C++ Mathematical Expression Library Extra Examples https://www.partow.net/programming/exprtk/index.html☆17Updated last week
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated last year
- C++ library for bit twiddling☆36Updated 5 months ago
- Boost.org tokenizer module☆29Updated last month
- A single file C++11 header-only memory mapped file library.☆74Updated 2 years ago