From b71f6d6a47af96f5fab5d139e585739b078ea54a Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Thu, 5 Nov 2015 18:21:43 +0000 Subject: Fix SipHash-2-4 performance for non multiple of 8 buffers. Code cribbed from Andrew Moon's Public Domain SipHash-2-4 implementation (which IMO is also cleaner). Fixes bug 17544. --- changes/bug17544 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug17544 (limited to 'changes') diff --git a/changes/bug17544 b/changes/bug17544 new file mode 100644 index 0000000000..4316d0709c --- /dev/null +++ b/changes/bug17544 @@ -0,0 +1,4 @@ + o Minor bugfix (SipHash-2-4 performance): + - Improve performance when hashing non-multiple of 8 sized buffers, + based on Andrew Moon's Public Domain SipHash-2-4 implementation. + Fixes bug 17544; bugfix on 0.2.5.3-alpha. -- cgit v1.2.3-54-g00ecf