baserinia / parallel-sort
An efficient C++ multi-threaded sorting function based on C++11 threads
☆27Updated 8 years ago
Alternatives and similar repositories for parallel-sort:
Users that are interested in parallel-sort are comparing it to the libraries listed below
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- Code for paper "Engineering a High-Performance GPU B-Tree" accepted to PPoPP 2019☆55Updated 2 years ago
- Simple RPC in C++, with Python binding☆27Updated 9 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/