baserinia / parallel-sortLinks
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
Sorting:
- Code for paper "Engineering a High-Performance GPU B-Tree" accepted to PPoPP 2019☆57Updated 3 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- A Toolkit for Programming Parallel Algorithms on Shared-Memory Multicore Machines☆370Updated 2 months ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- Parallel Balanced Binary Tree Structures☆117Updated 4 months ago
- ☆25Updated 4 years ago
- A C++ template class providing a thread-safe LRU cache☆76Updated 3 years ago
- Experimental C++11 version of sparsehash☆291Updated 2 years ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆417Updated 7 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- Asynchronous Multi-GPU Programming Framework☆46Updated 4 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- Modern C++ B-tree containers☆274Updated 2 years ago
- Packed Memory Array☆17Updated 11 years ago
- iBFS: Concurrent Breadth-First Search on GPUs. SIGMOD'16☆24Updated 8 years ago
- A C++ implementation of a LRU cache☆41Updated 5 years ago
- The Berkeley Container Library☆124Updated 2 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
- A fast work-stealing queue template in C++☆315Updated last year
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆66Updated 10 years ago
- Concurrent CPU-GPU Programming using Task Models☆103Updated 5 years ago
- A STL allocator that mmaps files☆248Updated 4 years ago
- A High-performance Cluster Computing Engine☆147Updated 6 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆75Updated 11 years ago
- Library for lock-free locks☆82Updated 2 years ago
- C++ bindings & containers for libpmemobj☆110Updated 2 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago