maharmstone / btrfs

WinBtrfs - an open-source btrfs driver for Windows
GNU Lesser General Public License v3.0
5.8k stars 222 forks source link

Old slow Zstd 1.5.0 is used, need to build using new 1.5.6 Zstandard version #658

Open DeniR opened 4 months ago

DeniR commented 4 months ago

Win-brtfs still use old slow version 1.5.0 of Zstandard. New version 1.5.5 (and 1.5.6) have dramatically speedup up x30 in both compression and decompression https://github.com/facebook/zstd/releases/tag/v1.5.5 . This version used in Linux since kernel 4.8, from october 2023.

maharmstone commented 4 months ago

Okay, I'll update zstd to the latest version before the next release.