simdjson / simdjson_experiments_vldb2019
Detailed experiments over simdjson for VLDB article (2019) and future work
☆21Updated 4 years ago
Alternatives and similar repositories for simdjson_experiments_vldb2019:
Users that are interested in simdjson_experiments_vldb2019 are comparing it to the libraries listed below
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Quick sort code using AVX2 instructions☆68Updated 7 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆29Updated 3 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆29Updated 2 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆26Updated 5 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
- For details, see the blog post:☆32Updated last year
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- A Wait-Free Universal Construct for Large Objects☆96Updated 5 years ago
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆29Updated 11 years ago
- ☆20Updated 2 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- LLVM-jitted bitmaps☆26Updated 4 years ago
- Bloom filter alternative (C++)☆17Updated 6 years ago
- A benchmark for cache efficient data structures.☆30Updated 6 years ago
- Optimizing database queries with array programming☆18Updated 4 years ago
- Radix sorting from the ground up☆36Updated last year
- A persistent hash array-mapped trie for C++☆91Updated last year
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- High-performance dictionary coding☆104Updated 7 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆52Updated last year
- Hyaline Reclamation (PLDI '21, PODC '19)☆20Updated 3 years ago
- 🔶 Compressed bitvector/container supporting efficient random access and rank queries☆43Updated 6 months ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 14 years ago
- Vectorized version of the PCG random number generator☆76Updated 2 weeks ago