From ac400226b0b622aae21b09cb6c83f07924647d0d Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 29 Jan 2026 21:01:40 +0100 Subject: delta, packed: Use xxhash instead of murmurhash2 --- delta_write_encode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'delta_write_encode.go') diff --git a/delta_write_encode.go b/delta_write_encode.go index 66c77052..9e5e4e72 100644 --- a/delta_write_encode.go +++ b/delta_write_encode.go @@ -89,7 +89,7 @@ func deltaEncode(baseSize, resultSize int, instr []deltaInstruction) ([]byte, er return out, nil } -func deltaTry(base, target []byte, seed uint32, minSavings int) ([]byte, bool) { +func deltaTry(base, target []byte, seed uint64, minSavings int) ([]byte, bool) { if minSavings < 0 { minSavings = 0 } -- cgit v1.3.1-10-gc9f91