• Brian Kessler's avatar
    hash/fnv: use bits.Mul64 for 128-bit hash · 1ccb66d1
    Brian Kessler authored
    Replace the 128-bit multiplication in 4 parts with bits.Mul64
    and two single-width multiplications.  This simplifies the code
    and increases throughput by ~50% on amd64.
    
    name         old time/op   new time/op   delta
    Fnv128KB-4    9.64µs ± 0%   6.09µs ± 0%  -36.89%  (p=0.016 n=4+5)
    Fnv128aKB-4   9.11µs ± 0%   6.17µs ± 5%  -32.32%  (p=0.008 n=5+5)
    
    name         old speed     new speed     delta
    Fnv128KB-4   106MB/s ± 0%  168MB/s ± 0%  +58.44%  (p=0.016 n=4+5)
    Fnv128aKB-4  112MB/s ± 0%  166MB/s ± 5%  +47.85%  (p=0.008 n=5+5)
    
    Change-Id: Id752f2a20ea3de23a41e08db89eecf2bb60b7e6d
    Reviewed-on: https://go-review.googlesource.com/c/133936
    Run-TryBot: Matt Layher <mdlayher@gmail.com>
    Run-TryBot: Robert Griesemer <gri@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarMatt Layher <mdlayher@gmail.com>
    Reviewed-by: 's avatarRobert Griesemer <gri@golang.org>
    1ccb66d1
Name
Last commit
Last update
..
adler32 Loading commit data...
crc32 Loading commit data...
crc64 Loading commit data...
fnv Loading commit data...
example_test.go Loading commit data...
hash.go Loading commit data...
marshal_test.go Loading commit data...
test_cases.txt Loading commit data...
test_gen.awk Loading commit data...