C inflate

Open-source C projects categorized as inflate

C inflate Projects

  • zlib-ng

    zlib replacement with optimizations for "next generation" systems.

    Project mention: Discord Reduced WebSocket Traffic by 40% | news.ycombinator.com | 2024-09-20

    For what it’s worth, the benchmark on the Zstandard homepage[1] shows none of the compressors tested breaking 1GB/s on compression, and only the fastest and sloppiest ones breaking 1GB/s on decompression. If you’re OK with its API limitations, libdeflate[2] is known to squeeze past 1GB/s decompressing normal Deflate compression levels. So asking for multiple GB/s is probably unfair.

    Still, 10MB/s sounds like the absolute minimum reasonable speed, and they’re reporting nearly three orders of magnitude below that. A modern compressor does not run at bad dialup speeds; something in there is absolutely murdering the performance.

    And it might just be the constant-time overhead, as far as I can see. The article mentions “a few hundred bytes” of payload, and the discussion of measurements implies 1.5KB uncompressed. Even though they don’t reinitialize the compressor on each message, that is still a very very modest amount of data.

    So it might be that general-purpose compressors are just a bad tool here from a performance standpoint. I’m not aware of a good tool for this kind of application, though.

    [1] https://facebook.github.io/zstd/#benchmarks

    [2] https://github.com/zlib-ng/zlib-ng/issues/1486

  • SaaSHub

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

    SaaSHub logo
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).

C inflate discussion

Log in or Post with

C inflate related posts

  • Discord Reduced WebSocket Traffic by 40%

    2 projects | news.ycombinator.com | 20 Sep 2024
  • Show HN: Pzip- blazing fast concurrent zip archiver and extractor

    2 projects | news.ycombinator.com | 24 Sep 2023
  • Introducing zune-inflate: The fastest Rust implementation of gzip/Zlib/DEFLATE

    2 projects | /r/rust | 11 Feb 2023
  • Computing Adler32 Checksums at 41 GB/s

    2 projects | news.ycombinator.com | 4 Aug 2022
  • Re: Zlib memory corruption on deflate (i.e. compress)

    4 projects | news.ycombinator.com | 28 Mar 2022
  • Zlib – a spiffy yet delicately unobtrusive compression library

    8 projects | news.ycombinator.com | 24 Jan 2022
  • Release 2.0.0 - First stable release · zlib-ng/zlib-ng

    1 project | /r/programming | 19 Mar 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 Oct 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

Project Stars
1 zlib-ng 1,564

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

Did you konow that C is
the 7th most popular programming language
based on number of metions?