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 10 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:
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- A C++11 memory pool for multi-threaded applications☆34Updated 7 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆75Updated 11 years ago
- An exploration of tree and force-directed graph drawing algorithms.☆13Updated 7 years ago
- C++ template containers with optimized memory consumption☆12Updated last week
- A generic connection pool☆21Updated 5 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…☆71Updated last year
- libaec - Adaptive Entropy Coding library☆24Updated 2 months ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆45Updated 7 months ago
- a modern c++ html template engine☆18Updated 6 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 last month
- A SQL parser written in C++☆32Updated 3 years ago
- C++ Mathematical Expression Library Extra Examples https://www.partow.net/programming/exprtk/index.html☆15Updated last month
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆69Updated 10 months ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- Smart queue that executes tasks in threadpool-like manner☆41Updated last year
- Concurrent Hash Table☆31Updated last month
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 months ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- SIMD-enabled descriptive statistics (mean, variance, covariance, correlation)☆18Updated 4 months ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago
- Boost.Scope, a collection of scope guard utilities.☆16Updated last month
- A fast and flexible c++ template class for tree data structures☆106Updated 3 years ago
- A single file C++17 header-only Minimal Acyclic Subsequential Transducers, or Finite State Transducers☆57Updated 2 years ago
- C++ Channels & WaitGroup inspired by the Go Programming Language☆18Updated 5 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆155Updated 3 weeks ago
- A single file C++11 header-only memory mapped file library.☆64Updated last year