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
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- C++ interfaces for RDMA access☆67Updated last week
- Code for paper "Engineering a High-Performance GPU B-Tree" accepted to PPoPP 2019☆55Updated 2 years ago
- AVX512F and AVX2 versions of quick sort☆105Updated 7 years ago
- fast prime sieve and hash algorithm☆38Updated last month
- GPU B-Tree with support for versioning (snapshots).☆47Updated 5 months ago
- C++ bindings & containers for libpmemobj☆108Updated 2 years ago
- Benchmark of common hash functions☆35Updated 5 years ago
- Simple RPC in C++, with Python binding☆27Updated 9 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆44Updated 9 years ago
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆64Updated 9 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- NUMA-Aware Reader-Writer Locks☆18Updated 10 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- Benchmarking In-Memory Index Structures☆26Updated 6 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆213Updated last year
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- ☆25Updated 4 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 6 years ago
- Implementation of the BwTree as specified by Microsoft Research☆100Updated 8 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- A na(t)ive proof-of-concept implementation of Apache Spark in C++.☆26Updated 5 years ago
- Parallel Balanced Binary Tree Structures☆114Updated last week
- Modern C++ B-tree containers☆269Updated last year
- 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