simdjson / simdjson_experiments_vldb2019
Detailed experiments over simdjson for VLDB article (2019) and future work
☆22Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for simdjson_experiments_vldb2019
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated last year
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Succinct data structures in C/C++☆82Updated last month
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆25Updated 5 years ago
- A benchmark for cache efficient data structures.☆29Updated 5 years ago
- Quick sort code using AVX2 instructions☆69Updated 7 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆28Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 4 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆51Updated 7 years ago
- Universe-sliced indexes in C++.☆17Updated last year
- LLVM-jitted bitmaps☆27Updated 4 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- A benchmark for sorting algorithms☆59Updated 3 years ago
- ☆27Updated 2 years ago
- Bloom filter alternative (C++)☆17Updated 6 years ago
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆26Updated 11 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆50Updated 9 months ago
- testbed for different SIMD implementations for set intersection and set union☆40Updated 4 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆27Updated 3 years ago
- For details, see the blog post:☆31Updated 11 months ago
- Supporting code for the concurrency hierarchy described in this blog post: https://travisdowns.github.io/blog/2020/07/06/concurrency-cost…☆26Updated 2 years ago
- 🔶 Compressed bitvector/container supporting efficient random access and rank queries☆43Updated 2 months ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆60Updated 9 months ago
- Fast algorithms for computing XX^T for binary matrices☆14Updated 5 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 …☆21Updated 2 years ago
- Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.☆26Updated this week
- How fast can we shuffle values?☆37Updated 8 months ago