All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

OpenZL: Open Source Format-Aware Compression Framework Released

By

terrelln

7mo ago· 13 min readenNews

Summary

OpenZL is a new open-source data compression framework that provides lossless compression for structured data with performance comparable to specialized compressors. It works by applying configurable transformation sequences to input data to reveal hidden order, making it more compressible. Despite using different transformation permutations for each file type, all OpenZL files can be decompressed using the same universal decompressor. The framework represents lessons learned from a decade of compression technology development.

Key quotes

· 4 pulled
OpenZL offers lossless compression for structured data, with performance comparable to specialized compressors.
It accomplishes this by applying a configurable sequence of transforms to the input, revealing hidden order in the data, which can then be more easily compressed.
Despite applying distinct transformation permutations for every file type, all OpenZL files can be decompressed using the same universal OpenZL decompressor.
When Zstandard was announced, it came with a decade of lessons.
Snippet from the RSS feed
OpenZL is a new open source data compression framework that offers lossless compression for structured data. OpenZL is designed to offer the performance of a format-specific compressor with the eas…

You might also wanna read