voutcn / kxsortLinks
Fast in-place radix sort with STL-like API
☆47Updated 8 years ago
Alternatives and similar repositories for kxsort
Users that are interested in kxsort are comparing it to the libraries listed below
Sorting:
- A Benchmark of Minimal Perfect Hash Function Algorithms.☆35Updated 2 years ago
- For details, see the blog post:☆32Updated last year
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- 🔶 Compressed bitvector/container supporting efficient random access and rank queries☆43Updated 9 months ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- C++17 implementation of memory-efficient dynamic tries☆58Updated 3 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- C++ Implementation of Zip Trees☆14Updated 2 years ago
- In-place Parallel Super Scalar Radix Sort (IPS²Ra)☆32Updated 5 months ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- DSL for SIMD Sorting on AVX2 & AVX512☆30Updated 6 years ago
- Succinct Data Structure Library 3.0☆94Updated 2 months 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
- ☆13Updated 2 months ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Ultra fast MSD radix sorter☆11Updated 5 years ago
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆65Updated 10 years ago
- C++ Library implementing Compressed String Dictionaries☆46Updated 3 years ago
- Vectorized version of the PCG random number generator☆80Updated 3 months ago
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- Dynamic succinct/compressed data structures☆112Updated last year
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆64Updated last year
- A collection of string sorting algorithms☆55Updated 3 years ago
- Highly optimized implementation of tiered vectors, a data structure for maintaining a sequence of n elements supporting access in time O(…☆50Updated last year
- Efficient Prefix-Sum data structures in C++.☆26Updated last year
- Radix sorting from the ground up☆36Updated last year
- Compact Tree Representation☆16Updated 8 years ago
- Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.☆30Updated 2 months ago
- SetSketch: Filling the Gap between MinHash and HyperLogLog☆49Updated 3 years ago