SIMDCompressionAndIntersection VS lzbench

Compare SIMDCompressionAndIntersection vs lzbench and see what are their differences.

SIMDCompressionAndIntersection

A C++ library to compress and intersect sorted lists of integers using SIMD instructions (by lemire)

lzbench

lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors (by inikep)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
SIMDCompressionAndIntersection lzbench
1 9
410 841
- -
2.0 1.9
10 months ago about 1 month ago
C++ C
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

SIMDCompressionAndIntersection

Posts with mentions or reviews of SIMDCompressionAndIntersection. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-18.
  • What scientists must know about hardware to write fast code
    2 projects | news.ycombinator.com | 18 Dec 2021
    If you’re working with time series data and using a vectorized algorithm implemented with SIMD instructions you can achieve decompression speeds approaching 15 GB/s [1].

    Anecdotally when working with biological signals at my day job, compression is a massive win and an absolute no brainer tradeoff when shuffling data across the network or even just storing in memory.

    That said, I think your first point is still reasonable for certain types of data and compression algorithms.

    [1] https://github.com/lemire/SIMDCompressionAndIntersection

lzbench

Posts with mentions or reviews of lzbench. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-01.

What are some alternatives?

When comparing SIMDCompressionAndIntersection and lzbench you can also consider the following projects:

xsimd - C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions (SSE, AVX, AVX512, NEON, SVE))

7-Zip-zstd - 7-Zip with support for Brotli, Fast-LZMA2, Lizard, LZ4, LZ5 and Zstandard

TurboPFor - Fastest Integer Compression

CompactGUI - Transparently compress active games and programs using Windows 10/11 APIs [Moved to: https://github.com/IridiumIO/CompactGUI]

std_find_simd - std::find simd version

CompactGUI - Transparently compress active games and programs using Windows 10/11 APIs

Vc - SIMD Vector Classes for C++

11Zip - Dead simple zipping / unzipping C++ Lib

highway - Performance-portable, length-agnostic SIMD with runtime dispatch

qemu

ffi-overhead - comparing the c ffi (foreign function interface) overhead on various programming languages

zip-ada - Zip-Ada: a standalone, portable Ada library for .zip archives. Includes LZMA byte stream encoder & decoder pair.