SIMDCompressionAndIntersection
SIMD compressor
A C++ library that enables fast compression and intersection of sorted lists using SIMD instructions.
A C++ library to compress and intersect sorted lists of integers using SIMD instructions
427 stars
31 watching
59 forks
Language: C++
last commit: over 1 year ago algorithmscompressioninteger-compressionintersectionsimdsimd-instructions
Related projects:
Repository | Description | Stars |
---|---|---|
| A library for fast integer compression using SIMD instructions | 490 |
| A C++ library for compressing integers efficiently using SIMD instructions and optimized for sorted lists of integers. | 887 |
| An optimized C++ implementation of dictionary coding using SIMD instructions for efficient compression and decompression of large datasets | 104 |
| Fast integer compression in C using the StreamVByte codec | 379 |
| An image processing and machine learning library optimized for high-performance computations on various x86/x64 and ARM architectures. | 2,077 |
| Provides C++ wrappers for SIMD intrinsics and parallelized mathematical functions to accelerate code execution on various platforms. | 2,239 |
| A tool to visualize and understand Single Instruction/Multiple Data (SIMD) code | 672 |
| A Java library for compressing arrays of integers efficiently | 539 |
| Provides C++ SIMD types and utilities for Intel CPUs to improve performance | 343 |
| A fast JSON serialization and deserialization library with SIMD acceleration | 861 |
| A fast and efficient JSON parser with Serde compatibility, optimized for SIMD instructions | 1,179 |
| A SIMD-based math library providing optimized kernels for various distance and similarity metrics | 1,141 |
| A portable header-only C++ low level SIMD library providing a unified interface to various instruction sets. | 1,250 |
| A Go implementation of Stream VByte compression algorithm leveraging SIMD techniques for improved performance. | 16 |
| A backend for Nim that provides SIMD vectorization capabilities to improve performance of numerical computations. | 15 |