#ZSTD
@whitequark @fasterthanlime for my weird needs i ended up storing images in ram as a vec of individual zstd-compressed rows which somehow ended up actually faster to work with than a 20 gb slab of raw pixels. Computers are magic.
December 25, 2025 at 6:18 PM
Unbounded memory consumption via compressed HTTP responses (gzip/brotli/zstd)

https://hackerone.com/reports/3471553
December 21, 2025 at 3:23 AM
zstd compressed
December 17, 2025 at 11:41 AM
Go library with various optimized compression algorithms, including zstd, S2, and deflate.

#GitHub #OpenSource
December 17, 2025 at 10:12 AM
CVE-2025-68262 - crypto: zstd - fix double-free in per-CPU stream cleanup
CVE ID : CVE-2025-68262

Published : Dec. 16, 2025, 2:45 p.m. | 23 minutes ago

Description : In the Linux kernel, the following vulnerability has been resolved:

crypto: zstd - fix double-free in pe...
CVE-2025-68262 - crypto: zstd - fix double-free in per-CPU stream cleanup
In the Linux kernel, the following vulnerability has been resolved: crypto: zstd - fix double-free in per-CPU stream cleanup The crypto/zstd module has a double-free bug that occurs when multiple tfms are allocated and freed. The issue happens because zstd_streams (per-CPU contexts) are freed in zstd_exit() during every tfm destruction, …
cvefeed.io
December 16, 2025 at 4:14 PM
[Phoronix] Flatpak Adds Support For Building OCI Bundles Using Zstd Compressed Layers

#Flatpak
[Phoronix] Flatpak Adds Support For Building OCI Bundles Using Zstd Compressed Layers
Back in November Flatpak 1.17 released with support for sideloading from OCI images and other improvements in working toward the Flatpak 1.18 stable release.…
www.linux.org
December 16, 2025 at 1:00 PM
zstdマジで早くて、趣味では多用してる 仕事ではまだ理解が得られてなくてgz使ってる
December 16, 2025 at 4:56 AM
Laptop turns off when power cable connected to recharge. zstd is supported since 5.19, idr when the last breaking glibc change was - it was just meant as a general warning that you cannot downgrade...

Origin | Interest | Match
Laptop turns off when power cable connected to recharge. / Laptop Issues / Arch Linux Forums
bbs.archlinux.org
December 15, 2025 at 7:29 PM
FWIW, you can use the `zstd` binary to train an optimal dictionary automatically, see: github.com/facebook/zst...

Just be mindful of this issue: github.com/facebook/zst... – you can trim the unnecessary bytes and make it valid with `tail -c +5`
facebook/zstd
Zstandard - Fast real-time compression algorithm. Contribute to facebook/zstd development by creating an account on GitHub.
github.com
December 13, 2025 at 8:31 PM
@[email protected] Filesystem compression works pretty well on the target folder in my experience.

My Advent of Code target uses 846MiB instead of 2.5GiB on btrfs with zstd (34%)

❯ sudo compsize target
Processed 15143 files, 24988 regular extents (28571 refs), 5452 inline […]
Original post on social.anafabula.de
social.anafabula.de
December 13, 2025 at 1:34 PM
📦 amitdugar/archiveutil 1.0.2

Smart single-file compressor/decompressor for zstd, pigz/gzip, and zip with password-protected ZIP support

🔗 https://github.com/amitdugar/archiveutil
December 12, 2025 at 2:25 PM
📦 amitdugar/archiveutil 1.0.3

Smart single-file compressor/decompressor for zstd, pigz/gzip, and zip with password-protected ZIP support

🔗 https://github.com/amitdugar/archiveutil
December 12, 2025 at 2:25 PM
📦 amitdugar/archiveutil 1.0.0

Smart single-file compressor/decompressor for zstd, pigz/gzip, and zip with password-protected ZIP support

🔗 https://github.com/amitdugar/archiveutil
December 12, 2025 at 3:23 AM
📦 amitdugar/archiveutil 0.0.2

Smart single-file compressor/decompressor for zstd, pigz/gzip, and zip with password-protected ZIP support

🔗 https://github.com/amitdugar/archiveutil
December 12, 2025 at 1:57 AM
oh boy i cant wait to enable zstd compression on my jetstream listener! just gotta download the official dictionary provided on the bluesky github and- oh. oh. okay. yeah no that sounds like bluesky alright.
December 12, 2025 at 12:40 AM
Ah hah! Setting LD_LIBRARY_PATH explicitly fixes it!

```
let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-25.11";
pkgs = import nixpkgs { config = {}; overlays = []; };
in
with pkgs;
mkShell {
nativeBuildInputs = [
pdm
kdePackages.qtbase
zstd
];

LD_LIBRARY_PATH = lib […]
Original post on wandering.shop
wandering.shop
December 10, 2025 at 9:00 AM
Some optimization on VBQ with the latest binseq update, especially in lossless mode. Some ways to trim the fat:

1. Reuse zstd decoders for each thread. I was creating a decoder for each vbq block which incurred redundant allocations

2. Zero-copy parsing of blocks, referencing similar to paraseq
December 9, 2025 at 10:12 PM
Can I use has a strange entry for Zstandard on Safari (https://caniuse.com/zstd). I can’t find many references for it but indeed, if you serve Zstd to Safari >= 26 it does work. There doesn’t even seem to be a feature flag to turn on sending it in the Accept-Encoding header.
zstd (Zstandard) content-encoding | Can I use... Support tables for HTML5, CSS3, etc
caniuse.com
December 9, 2025 at 6:26 AM
「zstd でいい」って誰かがいってたんだよなと X をみたら、スレッドのはじまりが「SHA じゃなくて BLAKE つかえ」だった (2022)。アカウントは鍵かかっているのでリンク省略。
December 9, 2025 at 1:29 AM
gzip 使う必要もうなくて全部 zstd でいいのでは、というのが数年前にあったのだけど (たぶんこのころ aws.amazon.com/blogs/contai... )、メッセージダイジェストの BLAKE3 めっちゃ速いというのを今日知った。
en.wikipedia.org/wiki/BLAKE_(...

こういう低レイヤーのところも目を離すとちゃんと進んでいるのはすごい。
December 9, 2025 at 1:03 AM
python-backports-zstd 1.2.0-3 x86_64 Backport of compression.zstd

Interest | Match | Feed
Origin
archlinux.org
December 8, 2025 at 11:54 PM
python-backports-zstd 1.2.0-3 x86_64 Backport of compression.zstd

Interest | Match | Feed
Origin
archlinux.org
December 8, 2025 at 11:53 PM
python-backports-zstd 1.2.0-3 x86_64 Backport of compression.zstd

#Extra #x86_64

Origin | Interest | Match
Arch Linux - python-backports-zstd 1.2.0-3 (x86_64)
archlinux.org
December 8, 2025 at 11:54 PM