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.
☆25Updated 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:
- C++ template containers with optimized memory consumption☆12Updated this week
- 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
- Boost.Scope, a collection of scope guard utilities.☆17Updated last month
- C++ file backed vector for very fast column databases, useful for time series data☆23Updated 10 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆20Updated 4 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆80Updated 11 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 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
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- Container Traits for Modern C++☆29Updated 5 years ago
- Perfect Hash Table C/C++ Library☆15Updated 5 years ago
- Circular span☆12Updated last year
- Ultra light-weight endian utility for C++11 (header only)☆25Updated 7 years ago
- Depth C++ library☆10Updated 7 years ago
- A simple replacement for std::unordered_map☆51Updated last year
- C++ interface to CPU affinity management☆31Updated 7 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year
- A collection of cache-friendly data structures in C++, without any dependencies.☆23Updated 7 years ago
- C++ header only library purposed to create pool of some resources like keepalive connections☆27Updated last year
- Variadic recursive expression templates with lazy evaluation which look like ordinary (possibly nested) containers.☆17Updated 3 years ago
- P1160 Add Test Polymorphic Memory Resource To Standard Library☆37Updated last year
- Header-only C++17 library for evaluating logical expressions.☆88Updated 4 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆131Updated 2 years ago
- C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators☆122Updated last year
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- Postgres connectivity for modern C++☆10Updated 5 years ago
- File/Directory Watcher for Modern C++☆87Updated 3 years ago
- Math Expressions Parser Engine☆33Updated 6 years ago
- Boost.org tokenizer module☆30Updated last month