.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.
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.
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.
A guide to implementing Brotli compression in a Nuxt.js 2 application, including setup steps and compatibility considerations.
A guide to implementing static file caching and response compression in ASP.NET Core to optimize web application performance.
Explains improvements in joblib's compressed persistence for Python, focusing on reduced memory usage and single-file storage for large numpy arrays.
A technical guide on enabling Gzip compression on Nginx servers to improve website loading speed and address Google PageSpeed warnings.
Joblib 0.6 beta release introduces fast compressed persistence for Python objects and Python 3 support, improving I/O performance.