.NET 10: Zip and GZip API Improvements
Explores performance and efficiency improvements in .NET 10's Zip and GZip compression APIs, including better async handling and support for concatenated streams.
Explores performance and efficiency improvements in .NET 10's Zip and GZip compression APIs, including better async handling and support for concatenated streams.
A review of textarea.my, a minimalist browser-based text editor that stores data in the URL hash, highlighting its clever JavaScript techniques.
Benchmarking diskcache with zlib compression for JSON data in Python, showing potential disk space savings for text-heavy caches.
A technical analysis comparing PostgreSQL JSON storage options, compression methods (pglz vs. lz4), and performance optimizations.
A technical guide on using DTrace to inspect encrypted and compressed network traffic in Go programs for debugging purposes.
Explains the importance of data storage formats and compression for performance and cost in large-scale data engineering systems.
A technical guide on implementing maximum Brotli compression (level 11) for a static site built with 11ty and deployed on Cloudflare Pages.
Explores using WebP compression to reduce filesize of high-resolution satellite imagery from Planet Labs' SkySat constellation.
A guide to compressing Lookup Tables (LUTs) using the KTX 2.0 texture format for faster web loading and GPU processing.
Explores S2, a faster extension of Google's Snappy compression library, focusing on performance trade-offs and practical setup.
Explores Django 3.2's new support for compressed fixtures in loaddata and dumpdata commands, including benchmark results.
How to enable gzip compression for text resources on a website hosted with GitLab Pages to improve page load performance.
A technical guide explaining the JPEG compression algorithm and demonstrating how to write a basic JPEG decoder from scratch using Python.
How to decompress zlib data in .NET Core using the SharpZipLib library, as the built-in DeflateStream is incompatible.
A guide to implementing Brotli compression in a Nuxt.js 2 application, including setup steps and compatibility considerations.
A guide to converting many .zip files to .gz format in parallel using a command-line one-liner for efficient disk usage.
A guide to implementing static file caching and response compression in ASP.NET Core to optimize web application performance.
A summary of the London VMware User Group event covering HCI, cloud debates, and EUC updates.
Explains improvements in joblib's compressed persistence for Python, focusing on reduced memory usage and single-file storage for large numpy arrays.
Announcing Gnocchi 2.0, a major release of the OpenStack time-series database with new features like data compression, batching, and Ceph optimizations.