Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
Top 4 C Compressor Projects
-
Project mention: Lizard – efficient compression with fast decompression | news.ycombinator.com | 2022-05-24
Note that a benchmark in the README refers to zstd 1.1.1 and brotli 0.5.2, which are very old (the current versions are zstd 1.5.2 and brotli 1.0.9). The same author maintains lzbench [1], which is more or less up-to-date.
-
Project mention: q_compress 0.7: still has 35% higher compression ratio than .zstd.parquet for numerical sequences, now with delta encoding and 2x faster than before | reddit.com/r/rust | 2022-02-17
I'm the author of TurboPFor-Integer-Compression. Q_compress is a very interresting project, unfortunatelly it's difficult to compare it to other algorithms. There is not binary or test data files (with q_compress results) available for a simple benchmark. Speed comparison would also be helpfull.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
lizard
Lizard (formerly LZ5) is an efficient compressor with very fast decompression. It achieves compression ratio that is comparable to zip/zlib and zstd/brotli (at low and medium compression levels) at decompression speed of 1000 MB/s and faster. (by inikep)
Project mention: Lizard – efficient compression with fast decompression | news.ycombinator.com | 2022-05-24 -
sndfilter
Algorithms for sound filters, like reverb, dynamic range compression, lowpass, highpass, notch, etc
C Compressor related posts
- Lizard – efficient compression with fast decompression
- Game Boy Wordle clone: How to compress 12972 five-letter words to 17871 bytes
- What scientists must know about hardware to write fast code
- Lizard
- Zip-Ada development on LZMA compression
- PD external for reverb (MIT license)
- Is there any site that lists the current SOTA for lossless compression?
-
A note from our sponsor - SonarLint
www.sonarlint.org | 27 Jan 2023
Index
What are some of the best open-source Compressor projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | lzbench | 712 |
2 | TurboPFor | 650 |
3 | lizard | 568 |
4 | sndfilter | 365 |