Interesting blog post about text classification using compression, specifically the new "compression.zstd" module contributed by @emmatyping.dev
maxhalford.github.io/blog/text-cl...
#compression #zstd #zstandard #classification
Latest posts tagged with #zstd on Bluesky
Interesting blog post about text classification using compression, specifically the new "compression.zstd" module contributed by @emmatyping.dev
maxhalford.github.io/blog/text-cl...
#compression #zstd #zstandard #classification
ZSTD with level MEDIUM gives you the same runtime as the traditional MS_XPRESS algorithm, but the backup is around 14 GB smaller. The level LOW is really fast (203 sec. vs. 305 sec., and the backups are still smaller (58 GB vs. 50 GB). #sqlserver #zstd #compression #performance
This looks like something to follow. There's some investing numbers.
engineering.fb.com/2025/10/06/d...
#zstd #openzl
Nice usage of #zstd for tarball via Kelly Sommers on Twitter.
x.com/vmg/status/1...
[Blog] SQL Server 2025 Backup Compression and Restore Review
Check out my blog post reviewing each compression level, backup size, and backup and restore times in SQL Server 2025
www.jefftaylor.io/post/sql-ser...
#SQLServer #ZSTD #SQLServer2025 #SQLBackups #DatabaseCompression #SQLPerformance
#PeaZip 10.6.1 has been released ( #7Z / #7ZIP / #ARC / #PEA / #RAR / #TAR / #ZIP / #ZIPX / #zstd / #Zstandard / #FileArchiver / #DataCompression ) peazip.github.io
[Blog] SQL Server 2025 Backups - New ZSTD Compression
Check out the new built-in compression ZStandard in SQL Server 2025!
www.jefftaylor.io/post/sql-ser...
#SQLServer #Azure #ZSTD #SZtandard #Facebook #SQLServer2025 #SQLBackups #DatabaseCompression #SQLPerformance
#WinRAR 7.12 has been released ( #RAR / #ZIP / #ZIPX / #7Zip / #7z / #GZip / #zstd / #Zstandard / #FileArchiver / #DataCompression / #DarkMode ) rarlab.com
Fedora 43 to Use Zstd Compression for Faster Boot and Smaller Initrd #fedora43 #zstd #initrd #initramfs #fastboot #linux #dracut
ostechnix.com/fedora-43-in...
#Fedora’s latest proposal: Zstd as the default initrd compressor over XZ.
🔍 Key benefits:
Near-XZ compression with much faster decompression
Proven improvements in Fedora CoreOS
Optimized for SSDs & NVMe
Read more: 👉 tinyurl.com/4mw53xru #Zstd #Linux #SysAdmin
Zapp Brannigan from Futurama posing with hands on hips. The logo for the 'zap' package
A graph comparing various compression options for the 'diamonds' dataset in R. 'zap' shows high compression at fast speeds.
Introducing {zap} - a new serialization framework for #RStats
* uses type-specfic transformations + #zstd
* for 'diamonds' dataset, it is more compressed than 'saveRDS(xz)' and faster than 'saveRDS(compress=FALSE)
https://github.com/coolbutuseless/zap
https://coolbutuseless.r-universe.dev/zap
#PeaZip 10.5.0 has been released ( #7Z / #7ZIP / #ARC / #PEA / #RAR / #TAR / #ZIP / #ZIPX / #zstd / #Zstandard / #FileArchiver / #DataCompression ) peazip.github.io
Compared to bgzip, Zeekstd (seekable ZSTD) often provides superior compression ratios & speed while enabling efficient random access via its internal seek tables. A strong contender for large, frequently accessed archives. #ZSTD 3/6
#libzip 1.11.4 has been released ( #LZMA / #ZIP / #Zip64 / #zstd / #Zstandard / #bzip2 / #AES / #PKWARE / #FileArchiver / #DataCompression ) libzip.org
Introducing #ZSTD #Compression in #SQLServer 2025: A Leap Forward in Data Efficiency
techcommunity.microsoft.com/blog/azuresq...
#Microsoft #AzureSQL #MadeiraData
6/15 jeroenhd: zstd & brotli are effective for zip bombs! Modern browsers support them, but bots might not. A good way to block bots? 🤔 #compression #security #zstd
#PeaZip 10.4.0 has been released ( #7Z / #7ZIP / #ARC / #PEA / #RAR / #TAR / #ZIP / #ZIPX / #zstd / #Zstandard / #FileArchiver / #DataCompression ) peazip.github.io
Brand new PEP by @emmatyping.dev to add Zstandard to the standard library:
peps.python.org/pep-0784/
Will it make it in to 3.14 before the feature freeze on 2025-05-06? It's close but possible!
Join the discussion:
discuss.python.org/t/pep-784-ad...
#PEP #PEP784 #zstd #zstandard #stdlib #Python
A atualização do Zstd para a versão 1.5.7 no Linux 6.15 é um marco importante para a comunidade Linux. Com melhorias de desempenho e suporte a novas tecnologias de aceleração de hardware,👉 tinyurl.com/yck6296u #zstd #linux615
Kernel Linux
A atualização do #Zstd no kernel Linux é um marco para a compressão de dados. Descubra como essa tecnologia pode impactar o desempenho de sistemas e data centers #KernelLinux
#Zstandard 1.5.7 has been released ( #zstd / #RFC8878 / #RFC8478 / #Facebook / #Meta / #CompressionAlgorithm / #FileArchiver / #DataCompression ) facebook.github.io/zstd/
#WinRAR 7.11 beta 1 has been released ( #RAR / #ZIP / #ZIPX / #7Zip / #7z / #GZip / #zstd / #Zstandard / #FileArchiver / #DataCompression / #DarkMode ) rarlab.com
#PeaZip 10.3.0 has been released ( #7Z / #7ZIP / #ARC / #PEA / #RAR / #TAR / #ZIP / #ZIPX / #zstd / #Zstandard / #FileArchiver / #DataCompression ) peazip.github.io
#WinRAR 7.10 has been released ( #RAR / #ZIP / #ZIPX / #7Zip / #7z / #GZip / #zstd / #Zstandard / #FileArchiver / #DataCompression / #DarkMode ) rarlab.com
#PeaZip 10.2.0 has been released ( #7Z / #ARC / #PEA / #RAR / #TAR / #ZIP / #ZIPX / #zstd / #Zstandard / #FileArchiver / #DataCompression ) peazip.github.io
Did you know? You can turn a plain dictionary into a high-performance #Parquet file! Just flatten it into rows/columns, then let #DuckDB or #ApacheArrow do the magic. #Parquet compresses with #Snappy or #ZSTD and handles billions of rows effortlessly. 🚀 #DataEngineering
Request for Enhancement:
Support #zstd in Open Liberty:
github.com/OpenLiberty/...
I wonder no-one came up with this earlier :D
Thumbs up if you are interested! 😊
#OpenLiberty #compression #java