lzbench VS SIMDCompressionAndIntersection

Compare lzbench vs SIMDCompressionAndIntersection and see what are their differences.

lzbench

lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors (by inikep)

SIMDCompressionAndIntersection

A C++ library to compress and intersect sorted lists of integers using SIMD instructions (by lemire)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
lzbench SIMDCompressionAndIntersection
9 1
841 410
- -
1.9 2.0
about 1 month ago 10 months 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.

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.

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

What are some alternatives?

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

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

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

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

TurboPFor - Fastest Integer Compression

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

std_find_simd - std::find simd version

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

Vc - SIMD Vector Classes for C++

qemu

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

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.