baserinia / parallel-sortLinks
An efficient C++ multi-threaded sorting function based on C++11 threads
☆26Updated 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:
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- Benchmark of common hash functions☆36Updated 5 years ago
- C++ bindings & containers for libpmemobj☆110Updated 2 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- Code for paper "Engineering a High-Performance GPU B-Tree" accepted to PPoPP 2019☆55Updated 2 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆44Updated 10 years ago
- Parallel Balanced Binary Tree Structures☆116Updated 2 months ago
- A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!☆48Updated last month
- Benchmarking In-Memory Index Structures☆26Updated 6 years ago
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆64Updated 9 years ago
- W-TinyLFU cache C++11 header only implementation☆59Updated 6 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 6 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- C++ interfaces for RDMA access☆77Updated last week
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 14 years ago
- An easy-to-use, header-only C++ wrapper for Linux' perf event API☆124Updated 2 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆17Updated 7 years ago
- Coroutine-Oriented Main-Memory Database Engine (VLDB 2021)☆249Updated 3 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆109Updated 5 months ago
- fast prime sieve and hash algorithm☆38Updated last week
- ☆53Updated last year
- Different implementations of spinlock.☆105Updated 10 years ago
- MapReduce for multi-core☆49Updated 11 years ago
- GPU B-Tree with support for versioning (snapshots).☆47Updated 7 months ago