wjakob / dsetLinks
Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank
☆67Updated 10 years ago
Alternatives and similar repositories for dset
Users that are interested in dset are comparing it to the libraries listed below
Sorting:
- Whippletree, a novel approach to scheduling dynamic, irregular workloads on the GPU☆22Updated 9 years ago
- Experimental ranges for CUDA☆25Updated 6 years ago
- A fast and highly scalable GPU dynamic memory allocator☆109Updated 10 years ago
- UME::SIMD A library for explicit simd vectorization.☆91Updated 7 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- Doug Moore's Fast Hilbert Curve Generation, Sorting, and Range Queries☆71Updated 9 years ago
- Multi-dimensional C++ arrays which store objects in a Struct-of-Arrays (SoA) memory layout for efficient vectorization and zero address g…☆74Updated 4 years ago
- Vectorized version of the PCG random number generator☆83Updated 6 months ago
- Launching collective tasks in bulk☆37Updated 5 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Execution primitives for C++☆153Updated 5 years ago
- Vectorizable implementations of some mathematical functions☆103Updated 5 years ago
- A C/C++ task-based programming model for shared memory and distributed parallel computing.☆72Updated 5 years ago
- Polyfill some holes in the SSE intrinsics set☆50Updated 3 years ago
- ☆17Updated 8 years ago
- Generic SIMD intrinsic to allow for portable SIMD intrinsic programming☆41Updated 11 years ago
- Lossless compressor of multidimensional floating-point arrays☆118Updated 5 years ago
- Lace - implementation of work-stealing in C☆53Updated last month
- A header-only compile-time Morton encoding / decoding library for N dimensions.☆108Updated 2 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- Comparing linear and binary searches☆41Updated 5 years ago
- data-parallel out-of-core library☆50Updated 2 weeks ago
- Compute morton keys using a look-up table generated at compile-time.☆31Updated 8 years ago
- GPU B-Tree with support for versioning (snapshots).☆49Updated 10 months ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago
- WIP for a k-d-tree implementation in CUDA☆35Updated 2 years ago
- A modern interface for implementing bulk-synchronous parallel programs.☆94Updated 2 years ago
- A portable high-level API with CUDA or OpenCL back-end☆54Updated 7 years ago
- SIMD-enabled descriptive statistics (mean, variance, covariance, correlation)☆18Updated 5 months ago