|
|
|
|
|
by klauspost
1507 days ago
|
|
Yes, zstd has forced bitwise match coding, whereas lz4 is byte-aligned and with inline literals. So lz4 has some base advantages in terms of speed, which zstd is unlikely to match. But as you point out it is only relevant for very high speed operations. |
|