Public release of OpenZL, an open source data compression framework for structured data, announced by Meta
https://www.admin-magazine.com/News/Meta-Releases-OpenZL-Compression-Framework?utm_source=mam
#OpenZL #DataCompression #Meta #OpenSource

Meta introduces #OpenZL and revolutionizes data compression!

With its universal decompressor and custom compression plans, it simplifies operational deployment while achieving superior compression ratios & speeds.

🔍 Explore the details: https://bit.ly/4nFV1lZ

#InfoQ #DataAnalysis #DataStorage #Performance #Scalability

Meta introduced the OpenZL format-aware, open source compression framework that offers lossless compression for structured data, with performance comparable to specialized compressors

https://engineering.fb.com/2025/10/06/developer-tools/openzl-open-source-format-aware-compression-framework/

#openzl #datacompression #opensource

Introducing OpenZL: An Open Source Format-Aware Compression Framework

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…

Engineering at Meta
OpenZL: Noul cadru de compresie open source de la Meta - TECHNEWSRO %

OpenZL, noul cadru de compresie open source de la Meta, oferă compresie fără pierderi, viteză superioară și un decompresor universal.

TECHNEWSRO
Meta hat ein neues quelloffenes Framework vorgestellt, das Dateien anhand ihrer Inhalte passend komprimiert. OpenZL arbeitet dabei verlustfrei und besonders schnell, setzt allerdings auch (stark) strukturierte Daten voraus.#Komprimierung #Meta #OpenZL #Zstd
OpenZL komprimiert Daten anhand ihrer Struktur - LinuxCommunity
OpenZL komprimiert Daten anhand ihrer Struktur - LinuxCommunity

Meta hat ein neues quelloffenes Framework vorgestellt, das Dateien anhand ihrer Inhalte passend komprimiert. OpenZL arbeitet dabei verlustfrei und besonders schnell, setzt allerdings auch (stark) strukturierte Daten voraus. Daten lassen sich besonders effizient und stark komprimieren, wenn man ihren Aufbau kennt. Wiederholen sich beispielsweise Felder in einer Tabelle, kann ein auf solche Situationen spezialisierter Algorithmus deutlich bessere Kompressionsergebnisse erzielen, als etwa die Allround-Verfahren Zstd und XZ. OpenZL stürzt sich daher mit zusätzlichem Wissen auf die zu komprimierenden Daten: Anwender liefern dem Framework zunächst eine Beschreibung über den Aufbau der Daten. Dabei kommt derzeit die Simple Data Description Language (SDDL) zum Einsatz. Anhand der in ihr notierten Beschreibung erstellt ein sogenannter Trainer automatisch eine passende Komprimierungsstrategie. Diesen Plan nutzt OpenZL, um die Datenmenge maßgeschneidert einzudampfen. Alle zum Entpacken nötigen Informationen speichert das Framework in der komprimierten Datei. Mit diesem „Dekodierrezept“ kann dann das Entpackwerkzeug die Daten wieder aus dem Archiv holen. Das Rezept hat dabei den Vorteil, dass ein universelles Entpackwerkzeug ausreicht und man nicht extra für jedes Dateiformat ein eigenes Tool benötigt. Die von den OpenZL-Entwicklern veröffentlichten Messungen lesen sich beeindruckend: Astronomische Daten aus den Beispieldaten des Silesia Compression Corpus stampfte OpenZL um den Faktor 2 ein, wohingegen Zstd die Datenmenge nur um den Faktor 1,31 verkleinerte. Auch bei der Arbeitsgeschwindigkeit ist OpenZL nicht zu schlagen. Während Zstd 220 MByte pro Sekunde verarbeitet, kommt OpenZL auf 340 MByte pro Sekunde. An die Grenzen stößt das Verfahren, wenn kaum oder keine Informationen über den Aufbau der Daten vorliegen. OpenZL fällt dann derzeit einfach auf das Zstd-Verfahren zurück. Der Quellcode des OpenZL-Frameworks steht unter einer liberalen BSD-Lizenz auf GitHub bereit. Da die Entwicklung von OpenZL derzeit auf Hochtouren läuft, sollte man die aktuelle Version 0.1.0 noch mit Vorsicht genießen. Die Entwickler weisen explizit darauf hin, dass sich alle Bestandteile ihres Frameworks garantiert noch ändern werden.

LinuxCommunity
Introducing OpenZL: An Open Source Format-Aware Compression Framework

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…

Engineering at Meta
New thing from the Zstd (and LZ4/xxhash) crowd: OpenZL. A dozen or so building blocks (shufflers, transposers, filters, compressors) that can be chained together. Can automatically build "best" config based on sample data; same decompressor can decompress any config. Nice! https://openzl.org/ (and whitepaper: https://arxiv.org/abs/2510.03203) #compression #openzl
OpenZL

🚀🎉 Introducing OpenZL: because who doesn’t love yet another "format-aware" #compression #framework from Meta? Just what the world needed—another open-source project no one asked for, designed to complicate your life in all the most exciting ways. 🤦‍♂️✨
https://engineering.fb.com/2025/10/06/developer-tools/openzl-open-source-format-aware-compression-framework/ #OpenZL #Meta #OpenSource #TechNews #SoftwareDevelopment #HackerNews #ngated
Introducing OpenZL: An Open Source Format-Aware Compression Framework

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…

Engineering at Meta
Introducing OpenZL: An Open Source Format-Aware Compression Framework

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…

Engineering at Meta
GitHub - facebook/openzl: A novel data compression framework

A novel data compression framework. Contribute to facebook/openzl development by creating an account on GitHub.

GitHub