baserinia / parallel-sortLinks
An efficient C++ multi-threaded sorting function based on C++11 threads
☆27Updated 9 years ago
Alternatives and similar repositories for parallel-sort
Users that are interested in parallel-sort are comparing it to the libraries listed below
Sorting:
- GPU B-Tree with support for versioning (snapshots).☆51Updated last year
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆67Updated 10 years ago
- Parallel Balanced Binary Tree Structures☆120Updated 7 months ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Code for paper "Engineering a High-Performance GPU B-Tree" accepted to PPoPP 2019☆57Updated 3 years ago
- A Toolkit for Programming Parallel Algorithms on Shared-Memory Multicore Machines☆389Updated last month
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- Benchmark of common hash functions☆36Updated 6 years ago
- A C++ template class providing a thread-safe LRU cache☆77Updated 3 years ago
- Library for lock-free locks☆83Updated 2 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- Packed Memory Array☆17Updated 11 years ago
- C++ interfaces for RDMA access☆81Updated last month
- High-performance graph processing on hybrid CPU-GPU platforms by using dynamic load-balancing☆12Updated 9 years ago
- C++ bindings & containers for libpmemobj☆111Updated 2 years ago
- ☆22Updated 4 years ago
- ☆25Updated 4 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆116Updated 10 months ago
- A fast work-stealing queue template in C++☆322Updated last year
- An easy-to-use, header-only C++ wrapper for Linux' perf event API☆131Updated 7 months ago
- STL-style C++ skip_list container☆87Updated 3 years ago
- Asynchronous Multi-GPU Programming Framework☆47Updated 4 years ago
- A C++ implementation of a LRU cache☆42Updated 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…☆73Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Benchmarking In-Memory Index Structures☆26Updated 6 years ago
- The Berkeley Container Library☆126Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆315Updated 2 years ago
- iBFS: Concurrent Breadth-First Search on GPUs. SIGMOD'16☆25Updated 8 years ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆437Updated 9 months ago