PatwinchIR / ultra-sortLinks
DSL for SIMD Sorting on AVX2 & AVX512
☆30Updated 6 years ago
Alternatives and similar repositories for ultra-sort
Users that are interested in ultra-sort are comparing it to the libraries listed below
Sorting:
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- For details, see the blog post:☆32Updated last year
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- Template Vector Library☆18Updated 4 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- benchmarking positional population count☆14Updated last year
- ☆31Updated 3 years ago
- C library to compute the Hamming weight of arrays☆46Updated 6 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆66Updated 4 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- String map implementation through Fast Succinct Trie☆21Updated 3 years ago
- Some near drop in stl compatible hash tables that are a lot more space efficient than any other options.☆20Updated 2 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- This program implements the following graph reordering technique: Laxman Dhulipala, Igor Kabiljo, Brian Karrer, Giuseppe Ottaviano, Serg…☆10Updated 6 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆34Updated last year
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆110Updated 5 months ago
- ☆10Updated 5 months ago
- performance counters in C++☆20Updated last week
- Hash table with separate chaining layout☆9Updated 3 years ago
- Test if AVX vector loads and stores are atomic☆30Updated 4 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- 🔶 Compressed bitvector/container supporting efficient random access and rank queries☆43Updated 9 months ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- ☆39Updated 4 years ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆26Updated 3 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆44Updated last year