lorenzhs / ssssortLinks
Super Scalar Sample Sort in modern C++
☆21Updated 5 years ago
Alternatives and similar repositories for ssssort
Users that are interested in ssssort are comparing it to the libraries listed below
Sorting:
- Unstable O(n log n) sorting algorithm with O(n) memory☆65Updated 3 weeks ago
- 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 persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Modern library for bulk-synchronous parallel programs.☆94Updated 2 years ago
- ☆25Updated 5 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆117Updated 11 months ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 7 years ago
- generic stack-based container☆110Updated 7 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Sample implementation of C++20 atomic_wait/notify☆61Updated 6 years ago
- low-level library for minimizing the size of your types☆117Updated 6 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- stl compatible hashtable☆29Updated 8 years ago
- Execution primitives for C++☆154Updated 5 years ago
- Variadic templates and std::integer_sequence support library☆111Updated 9 months ago
- WIP☆27Updated 6 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated 3 weeks ago
- The missing C++ tuple functionality☆85Updated 5 years ago
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- A C++14 and later CRTP template for defining iterators☆76Updated 2 weeks ago
- A C++14-and-later expression template library☆109Updated 2 weeks ago
- C++ micro benchmark library☆98Updated 8 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago
- For details, see the blog post:☆34Updated last year
- benchmark for various C++ function implementations; focus on invocation time☆96Updated 6 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆161Updated 4 months ago
- C++ data structure to manipulate SoA (Structure of Arrays) easily (previously named AggregateVector)☆49Updated 7 years ago