From b16ef24aab86625aca508e8d290945f7b0102259 Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Tue, 16 Aug 2022 12:13:43 +0200 Subject: [PATCH] Bump LZ4 to v1.9.4 Changes: https://github.com/lz4/lz4/releases/tag/v1.9.4 Context: https://github.com/lz4/lz4/commit/22e232dadaa36341afce0d3f114a3846273f0d2f The most important change from our point of view is: * faster decoding speed (~+20%) on aarch64 platforms The release notes URL above mentions only Apple silicon platforms as gaining from the improvement, but modern AArch64 chipsets may benefit as well. --- external/lz4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/lz4 b/external/lz4 index d44371841a2..5ff83968013 160000 --- a/external/lz4 +++ b/external/lz4 @@ -1 +1 @@ -Subproject commit d44371841a2f1728a3f36839fd4b7e872d0927d3 +Subproject commit 5ff839680134437dbf4678f3d0c7b371d84f4964