.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 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.
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 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.
A technical guide on enabling Gzip compression on Nginx servers to improve website loading speed and address Google PageSpeed warnings.
A guide to enabling GZip and Deflate compression for ASP.NET Web API responses to improve performance and reduce data size.
Joblib 0.6 beta release introduces fast compressed persistence for Python objects and Python 3 support, improving I/O performance.