data-compression

Top 12 data-compression Open-Source Projects

  • fpng

    Super fast C++ .PNG writer/reader

  • compression

    Data compression in TensorFlow (by tensorflow)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • secure-ls

    :lock: Secure localStorage data with high level of encryption and data compression

  • TurboBench

    Compression Benchmark

  • Project mention: Zstd Content-Encoding planned to ship with Chrome 123 | news.ycombinator.com | 2024-02-07

    I'm still unconvinced about this addition. And I don't even dislike Zstandard.

    The main motivation seems to be that while Zstandard is worse than Brotli at the highest level, it's substantially faster than Brotli when data has to be compressed on the fly with a limited computation budget. That might be true, but I'm yet to see any concrete or even anecdotal evidence even in the issue tracker [1] while there exist some benchmarks where both Zstandard and Brotli are fast enough for the web usage even at lower levels [2].

    According to their FAQ [3] Meta and Akamai have successfully used Zstandard in their internal network, but my gut feeling is that they never actually tried to optimize Brotli instead. In fact, Meta employs the main author of Zstandard so it would have been easier to tune Zstandard instead of Brotli. While Brotli has some fundamental difference from Zstandard (in particular Brotli doesn't use arithmetic-equivalent coding), no one has concretely demonstrated that difference would prevent Brotli from being fast enough for dynamic contents in my opinion.

    [1] https://issues.chromium.org/issues/40196713

    [2] https://github.com/powturbo/TurboBench/issues/43

    [3] https://docs.google.com/document/d/14dbzMpsYPfkefAJos124uPrl...

  • lzav

    Fast In-Memory Data Compression Algorithm (inline C/C++) 460+MB/s compress, 2500+MB/s decompress, ratio% better than LZ4, Snappy, and Zstd@-1

  • Project mention: LZAV – Fast In-Memory Data Compression Algorithm (In C) | news.ycombinator.com | 2023-07-19
  • bandwidth-hero

    :guardsman: Saves data by compressing images on web page

  • ancient

    Decompression routines for ancient formats

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • ZX0

    Data compressor for 8-bit computers and low-end platforms

  • Project mention: FC8 – Faster 68K Decompression (2016) | news.ycombinator.com | 2024-04-29

    I'm working on a game for Amiga (another 68k-based platform) and settled on ZX0 to decompress assets on the fly: https://github.com/einar-saukas/ZX0

    I was originally using LZ4, but I switched to ZX0 after learning that it can do in-place decompression, which means I don't have to allocate separate memory for the compressed data. I'm very happy with the compression ratio, and decompression of large assets (~48kb) only takes a few frames on a 7MHz 68000.

    Also of note is LZ4W, included in Sega Genesis Dev Kit (and discussed in the comments section of OP's article), a variant of LZ4 that only uses word-aligned operations. That makes it much faster on the 68000, which can struggle to efficiently handle 8-bit data. More info here: https://github.com/Stephane-D/SGDK/blob/master/bin/lz4w.txt

  • Turbo-Range-Coder

    TurboRC - Fastest Range Coder + Arithmetic Coding / Fastest Asymmetric Numeral Systems

  • Project mention: A poor entropy coding result in Zstandard | news.ycombinator.com | 2023-10-07
  • arcode-rs

    An arithmetic coder for Rust.

  • wbz

    A parallel implementation of the bzip2 data compressor in python, this data compression pipeline is using algorithms like Burrows–Wheeler transform (BWT) and Move to front (MTF) to improve the Huffman compression. For now, this tool only will be focused on compressing .csv files, and other files on tabular format.

  • arithmetic-coding

    Arithmetic coding library

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

data-compression related posts

  • FC8 – Faster 68K Decompression (2016)

    3 projects | news.ycombinator.com | 29 Apr 2024
  • Zstd Content-Encoding planned to ship with Chrome 123

    1 project | news.ycombinator.com | 7 Feb 2024
  • Ebiggers/libdeflate: Heavily optimized DEFLATE/zlib/gzip library

    5 projects | news.ycombinator.com | 26 Aug 2023
  • TurboBench: Dynamic/Static web content compression benchmark

    1 project | news.ycombinator.com | 28 Aug 2023
  • TurboBench: Dynamic/Static web content compression benchmark

    1 project | /r/compression | 11 Jul 2023
  • TurboBench: Dynamic/Static web content compression benchmark

    1 project | news.ycombinator.com | 11 Jul 2023
  • Variation on RLE to Achieve Lossless Compression for Tabular Data

    1 project | news.ycombinator.com | 12 Jun 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 15 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source data-compression projects? This list will help you:

Project Stars
1 fpng 830
2 compression 827
3 secure-ls 637
4 TurboBench 314
5 lzav 292
6 bandwidth-hero 267
7 ancient 204
8 ZX0 148
9 Turbo-Range-Coder 63
10 arcode-rs 23
11 wbz 13
12 arithmetic-coding 12

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com