The name given to the process of encoding data such that it uses lesser number of bits as compared to the original representation.
I have an application generating a really heavy big log file every days (~800MB a day), thus I need to …
linux shell logging compression logrotateI want trying to use the Deflate and Inflate classes in java.util.zip for zlib compression. I am able …
java compression zlib deflate inflateI'm trying to use SharpZipLib to pull specified files from a zip archive. All of the examples I've seen always …
.net compression sharpziplibI would want to compress the bundle files that are created when building the angular project. I use ng build …
angular compression angular-cli gzip angular7I ran a Google Page Speed and it says I scored 57/100 because I need to "Enable Keep-Alive" and "Enable Compression". …
image compression keep-aliveI am told that Huffman coding is used as loseless data compression algorithm, but I am also told that real …
algorithm compression huffman-codeI am receiving data as an "ZLIB" compressed inputstream. Using Javascript/Ajax/JQuery, I need to uncompress it on the …
javascript zlib compressionI am trying to compress some of my large document files. But most of files are getting compresses by only 10% …
command-line compression 7zip lzmaI have an archive.zip which contains two crypted ".txt" files. I would like to decompress the archive in order …
c zlib unzip compressionDoes anyone know a project which implements standard compression methods (like Zip, GZip, BZip2, LZMA,...) using NVIDIA's CUDA library? I …
cuda compression gpgpu