All Projects → tetzank → Simdsetoperations

tetzank / Simdsetoperations

Licence: apache-2.0
testbed for different SIMD implementations for set intersection and set union

Labels

Projects that are alternatives of or similar to Simdsetoperations

Seqan
SeqAn's official repository.
Stars: ✭ 386 (+1508.33%)
Mutual labels:  simd
John
John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs
Stars: ✭ 5,656 (+23466.67%)
Mutual labels:  simd
Linqfaster
Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.
Stars: ✭ 615 (+2462.5%)
Mutual labels:  simd
Glam Rs
A simple and fast linear algebra library for games and graphics
Stars: ✭ 406 (+1591.67%)
Mutual labels:  simd
Klein
P(R*_{3, 0, 1}) specialized SIMD Geometric Algebra Library
Stars: ✭ 463 (+1829.17%)
Mutual labels:  simd
Libxsmm
Library for specialized dense and sparse matrix operations, and deep learning primitives.
Stars: ✭ 518 (+2058.33%)
Mutual labels:  simd
Sleef
SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT
Stars: ✭ 353 (+1370.83%)
Mutual labels:  simd
Cglm
📽 Highly Optimized Graphics Math (glm) for C
Stars: ✭ 887 (+3595.83%)
Mutual labels:  simd
Simd Json
Rust port of simdjson
Stars: ✭ 499 (+1979.17%)
Mutual labels:  simd
Pikkr
JSON parser which picks up values directly without performing tokenization in Rust
Stars: ✭ 580 (+2316.67%)
Mutual labels:  simd
Entitycomponentsystemsamples
No description or website provided.
Stars: ✭ 4,218 (+17475%)
Mutual labels:  simd
Simd Visualiser
A tool to graphically visualize SIMD code
Stars: ✭ 459 (+1812.5%)
Mutual labels:  simd
Turbopfor Integer Compression
Fastest Integer Compression
Stars: ✭ 520 (+2066.67%)
Mutual labels:  simd
Stdarch
Rust's standard library vendor-specific APIs and run-time feature detection
Stars: ✭ 399 (+1562.5%)
Mutual labels:  simd
Cgmath
A linear algebra and mathematics library for computer graphics.
Stars: ✭ 773 (+3120.83%)
Mutual labels:  simd
Rtm
Realtime Math
Stars: ✭ 373 (+1454.17%)
Mutual labels:  simd
Simdjsonsharp
C# bindings for lemire/simdjson (and full C# port)
Stars: ✭ 506 (+2008.33%)
Mutual labels:  simd
Edge
Extreme-scale Discontinuous Galerkin Environment (EDGE)
Stars: ✭ 18 (-25%)
Mutual labels:  simd
Xnnpack
High-efficiency floating-point neural network inference operators for mobile, server, and Web
Stars: ✭ 808 (+3266.67%)
Mutual labels:  simd
Fastnoisesimd
C++ SIMD Noise Library
Stars: ✭ 542 (+2158.33%)
Mutual labels:  simd

SIMDSetOperations

testbed for different SIMD implementations for set intersection and set union

This probably only works with gcc. Compile with:

$ mkdir build
$ cmake ..
$ make

This builds genlists, set_intersection and set_union. Before running any test program you have to generate a test dataset with genlists. It will create test.dat which is use by set_intersection and set_union. Parameters are in constants.h.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].