
Yann Collet
@Cyan4973
Followers
3K
Following
16K
Media
29
Statuses
3K
Zstandard, LZ4, xxHash, FSE
California, USA
Joined June 2010
#Python 3.14 is out now! 🐍 - Free-threading 🐍 - Deferred annotations 🐍 - t-strings 🐍 - ZStandard compression 🐍 - Multi-interpreter support 🐍 - JIT compiler included for Windows and MacOS 🐍 - and more!
11
66
530
Python 3.14 is here🤗 Some highlights: - Template strings - Deferred evaluation of annotations - Zstandard support - Asyncio introspection capabilities - Free-threaded Python officially supported - and more Full release notes: https://t.co/mAxZWOKVFz
6
13
94
OpenZL is Meta’s new #OpenSource compression framework that delivers faster, smarter, and lossless data handling. https://t.co/KJQBpFJ7Bc
linuxiac.com
OpenZL is Meta’s new open-source compression framework that delivers faster, smarter, and lossless data handling.
1
16
50
Voici une interview tres fun realisee par Mathieu @matsnchz . C'est pour les francophones cette fois ci :)
Donc le gars ne sait pas coder, mais il lance un side-project et 5 ans plus tard tous les datacenter du monde utilisent son code. Lunaire 😅 https://t.co/p8FW52wJwj
2
2
7
Voici une interview tres fun realisee par Mathieu @matsnchz . C'est pour les francophones cette fois ci :)
Donc le gars ne sait pas coder, mais il lance un side-project et 5 ans plus tard tous les datacenter du monde utilisent son code. Lunaire 😅 https://t.co/p8FW52wJwj
2
2
7
Meta AI Open-Sources OpenZL: A Format-Aware Compression Framework with a Universal Decoder OpenZL is Meta’s open-source, lossless, format-aware compression framework that expresses a compressor as a directed-acyclic-graph of modular codecs; each encoded file embeds a
0
10
25
Meta Opens Up OpenZL As Format-Aware Compression Framework https://t.co/1vMLupe54x
phoronix.com
Meta already has Zstd (Zstandard) compression while this week they announced the release of OpenZL as a new open-source, format-aware compression framework.
1
5
15
Python 3.14 Released With Performance Improvements, Free-Threading & Zstd https://t.co/VPIwYhyW9S
phoronix.com
Python 3.14 is now available as the newest annual major feature release for the Python programming language.
0
16
51
The @Intel QAT Zstd Plugin 1.0 Released With Optimizations, Zstd 1.5.7 Support https://t.co/ffKJH81PH8
phoronix.com
Initially released two years ago was an Intel QuickAssist/QAT adaptation for Zstd compression
0
3
17
We have released NativeCompressions v0.6.0! We added C# support for OpenZL as an experimental feature. You can try OpenZL, which was just released today, immediately in C#!
github.com
NativeCompressions is the native binding and high-level API of ZStandard, LZ4 and OpenZL compression library for .NET and Unity. - Cysharp/NativeCompressions
2
11
93
We are open-sourcing OpenZL, a new data compression library and training tools to generator specialized compressors for structured data, achieving performance levels inaccessible to classic generic algorithms: https://t.co/cJJVpqGBK6
1
8
17
OpenZL - outperforms zstd, xz, gzip, and Blosc on multiple real-world datasets with 10x (!!!) speed improvement Another huge win when computations represented in a form of graph (DAG) Meta / OpenZL: A Novel Data Compression Framework It's not a new algorithm. It’s a new
3
17
175
For those interested in the details of OpenZL technology, here is the white paper: https://t.co/LEgDn5N0CX
arxiv.org
Research in general-purpose lossless compression over the last decade has largely found improvements in compression ratio that come at great cost to resource utilization and processing throughput....
2
25
104
We are open-sourcing OpenZL, a new data compression library and training tools to generator specialized compressors for structured data, achieving performance levels inaccessible to classic generic algorithms: https://t.co/cJJVpqGBK6
github.com
A novel data compression framework. Contribute to facebook/openzl development by creating an account on GitHub.
33
218
2K
🚀 Introducing OpenZL, a new #opensource, format-aware compression framework! It uses a unique “graph model” for compression, enabling modular, high-performance codecs and a universal decoder - perfect for structured data at scale Link: https://t.co/XynPVXXw3I
#DataCompression
engineering.fb.com
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…
4
40
118
For those interested in the details of OpenZL technology, here is the white paper: https://t.co/LEgDn5N0CX
arxiv.org
Research in general-purpose lossless compression over the last decade has largely found improvements in compression ratio that come at great cost to resource utilization and processing throughput....
2
25
104
We are open-sourcing OpenZL, a new data compression library and training tools to generator specialized compressors for structured data, achieving performance levels inaccessible to classic generic algorithms: https://t.co/cJJVpqGBK6
github.com
A novel data compression framework. Contribute to facebook/openzl development by creating an account on GitHub.
33
218
2K
We've released NativeCompressions v0.3.0! We've achieved dramatic performance improvements in Zstandard. I'm attaching Compress/Decompress benchmarks that also compare it with Brotli and GZip. The results are excellent! https://t.co/KBpzCu7LIn
0
17
65
I love Zstd. It is my default goto for anything compression related: it has a sweet spot between availability (it’s now standardized!! RFC8478), complexity, performance and compression ratio. My favorite thing about it are the skippable frames. Just a killer feature. It’s not
12
40
315