By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Meta Open Sources OpenZL: A Universal Compression Framework for Structured Data
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > Meta Open Sources OpenZL: A Universal Compression Framework for Structured Data
News

Meta Open Sources OpenZL: A Universal Compression Framework for Structured Data

News Room
Last updated: 2025/10/28 at 6:46 AM
News Room Published 28 October 2025
Share
SHARE

Meta recently open-sourced OpenZL, a new data compression framework for highly structured data that explicitly models schemas to achieve a better compression ratio and faster speeds than general-purpose tools like Zstandard (Zstd). The framework maintains operational simplicity via a universal decompressor that executes an embedded Plan, removing the need for external metadata and enabling fleet-wide updates from a single binary.

When Meta introduced Zstd nearly a decade ago, it became a cornerstone of large-scale data infrastructure thanks to its speed and efficiency. However, as workloads evolved, particularly those involving structured formats such as Protocol Buffers, database tables, and ML tensors, Meta engineers found that generic compression methods were leaving untapped potential for gains. Traditional compressors treat data as raw byte streams, failing to leverage the inherent structure and patterns in modern datasets.

OpenZL takes a different approach by explicitly modeling data structures such as columnar layouts, enumerations, and repetitive patterns, rather than treating everything as an undifferentiated “byte soup.” This structured compression allows OpenZL to outperform general-purpose tools like standard Zstd on both compression ratio and speed for relevant datasets. Instead of guessing optimal techniques, OpenZL applies a configurable sequence of reversible transforms to expose latent order in the data before the final entropy-coding stage.

(Source: Meta blog post)

A key operational advantage of OpenZL is its universal decompressor. Compression Plans are generated offline by a component called the trainer, which analyzes the provided data schema and produces an optimized Plan. During encoding, this plan is converted into a concrete decode recipe and embedded directly within the compressed frame.

This model means that:

  • Every OpenZL file, regardless of its custom transform sequence, can be decompressed using the same binary.
  • The decoder requires no external metadata—it executes the embedded recipe.
  • Retraining or re-optimizing compression plans can improve performance without altering the universal decoder, ensuring backward compatibility.

Meta engineers emphasize that this operational simplicity is critical for data center deployments: one audited decompression surface, fleet-wide updates from a single binary, and clear version control across large infrastructures.

In internal benchmarks on structured datasets (e.g., Silesia Compression Corpus’s “sao star” records), OpenZL showed substantial gains. By parsing structured records, splitting them into fields (Structure of Arrays), and applying domain-aware transforms such as delta encoding, it achieved:







Compressor

Compressed Size

Compression Ratio

Compression Speed

Decompression Speed

zstd -3

5,531,935 B

$times 1.31$

220 MB/s

850 MB/s

xz -9

3,516,649 B

$times 2.06$

3.5 MB/s

45 MB/s

OpenZL

4,414,351 B

$times 1.64$

340 MB/s

1200 MB/s

Crucially, OpenZL demonstrated a better compression ratio while preserving or improving both compression and decompression speeds compared to zstd -3.

Users can describe their data structure using the Simple Data Description Language (SDDL) or a custom parser function. The offline trainer then uses a budgeted search over transform choices to generate an optimal compression Plan.

Unlike some experimental formats that embed general-purpose code, such as WebAssembly for decompression, OpenZL’s approach limits execution to a deterministic graph. This ensures reproducible decoding, a key property for long-term data archival. As one Hacker News correspondent noted, while sandboxing WebAssembly is easy:

The real problem is determinism—function calls made to those WebAssembly modules may still be nondeterministic!

By contrast, OpenZL’s fixed execution graph guarantees deterministic decompression behavior.

OpenZL performs best on structured data, such as time-series datasets, ML tensors, and database tables. Where structure is minimal (e.g., pure text), OpenZL intelligently falls back to using Zstd. Abelardo Fukasawa, a researcher at Quantls Infinity, reinforced this point, stating:

Instead of treating every format the same (as gzip or standard compressors do), it adapts its compression to the specific structure of the data using SDDL—often yielding better ratios and throughput on structured workloads.

The framework is publicly available on GitHub for developers to experiment with and contribute to.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article ‘Halo’ fans furious about US Government’s “fascist” ICE advert
Next Article Amazon confirms 14,000 corporate job cuts, says push for ‘efficiency gains’ will continue into 2026
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Sales software stocks led by HubSpot (NYSE:HUBS)
News
Save $1000 on a 2025 LG 65-inch OLED TV ahead of Black Friday
Gadget
What humans would look like if we evolved on other planets, according to AI
News
Amazon layoffs reaction: ‘Thought I was a top performer but guess I’m expendable’
Computing

You Might also Like

News

Sales software stocks led by HubSpot (NYSE:HUBS)

7 Min Read
News

What humans would look like if we evolved on other planets, according to AI

8 Min Read
News

Rust Rewrite Enables Cloudflare to Boost CDN Performance and Enhance Security

4 Min Read
News

Trump praises Apple’s U.S. investment as Tim Cook joins Tokyo event – 9to5Mac

2 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?