WojciechMula / simd-sortLinks
AVX512F and AVX2 versions of quick sort
☆105Updated 7 years ago
Alternatives and similar repositories for simd-sort
Users that are interested in simd-sort are comparing it to the libraries listed below
Sorting:
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- Code for paper "Engineering a High-Performance GPU B-Tree" accepted to PPoPP 2019☆55Updated 2 years ago
- GPU B-Tree with support for versioning (snapshots).☆47Updated 7 months ago
- DSL for SIMD Sorting on AVX2 & AVX512☆30Updated 6 years ago
- ☆17Updated 8 years ago
- For details, see the blog post:☆32Updated last year
- A fast and highly scalable GPU dynamic memory allocator☆104Updated 10 years ago
- Fast differential coding functions (using SIMD instructions)☆53Updated 7 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆57Updated last year
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆64Updated 9 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- Quick sort code using AVX2 instructions☆69Updated 7 years ago
- C library to compute the Hamming weight of arrays☆46Updated 6 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
- ☆53Updated last year
- Transpose: SIMD Integer+Floating Point Compression Filter☆61Updated 5 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- The Berkeley Container Library☆124Updated last year
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- benchmarking positional population count☆14Updated last year
- Benchmarks for our memory allocator☆64Updated last year
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆134Updated 5 years ago
- ☆20Updated 2 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Template Vector Library☆18Updated 3 years ago
- Vectorized version of the PCG random number generator☆77Updated 2 months ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago