The name given to the process of encoding data such that it uses lesser number of bits as compared to the original representation.
Imagine that you had all the supercomputers in the world at your disposal for the next 10 years. Your task was …
information-theory data-compression compressionWhat would be the best compression algorithm to use to compress packets before sending them over the wire? The packets …
json compression packetI have datasets in HDFS which is in parquet format with snappy as compression codec. As far as my research …
amazon-s3 compression amazon-redshift parquet snappyI want to compress locally saved video file to a smaller size in order to upload to a server. Since …
android compression decode encode android-mediacodecI want to provide an automatic video-converter for my CMS-customers. They should be able to upload their "untouched" video-files (MP4, …
php compression video-conversionHi I heard of lzo and lzf and seems they are all compression algorithms. Are they the same thing? Are …
algorithm compression lzo lzfI heard something about MsgPack that can be used for compressing json messages, but I have a question about that, …
compression gzip deflate msgpackI want to create a 7zip file containing files with the same names but in different folders using 7zip's @listfile …
directory compression duplicates 7zipI have been trying to write a simple Markdown -> docx parser/writer, but am completely stuck with the …
xml compression markdown docxjava.util.zip.GZIPOutputStream does not provide a constructor argument or a setter for the compression level of its underlying …
java compression deflate