The zlib compression library enables developers to integrate lossless compression into their application suites with ease. The benefits are saved time, space, and therefore money.
Latest Compression/Decompression Articles
Five Cents on Arithmetic Encoding
Learn about a classical arithmetic compression implementation (CACM) optimization.
A Simple Yet Highly Efficient Compressing Technique
Redundancy is very high in any text material. Simple ordering can lead to compression ratios up to 20:1 in directory listings.
Two Classes for Doing Gzip in Memory
Do Gzip compression and decompression in memory as well as allocate and deallocate memory automatically. (The demo project was updated.)
Data Compression Methods
Learn about fundamental data compression algorithms including RLE and Grayscale matrix compression.
Optimizing Tip on Adaptive Arithmetic Coding
Describes an optimization point found in the most commonly used adaptive Witten-Neal-Cleary implementation
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

TypeScript for the C# Developer
Learn about TypeScript: what it is, and its type system.

Detecting a Touchscreen in Visual Basic
Learn how to detect if a touchscreen is available on the device running your application. You'll also see how to display a touch-enabled keyboard!
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.