• Jeff R. Allen's avatar
    bzip2: improve performance · 6d248cec
    Jeff R. Allen authored
    Improve performance of move-to-front by using cache-friendly
    copies instead of doubly-linked list. Simplify so that the
    underlying slice is the object. Remove the n=0 special case,
          which was actually slower with the copy approach.
    
    benchmark                 old ns/op     new ns/op     delta
    BenchmarkDecodeDigits     26429714      23859699      -9.72%
    BenchmarkDecodeTwain      76684510      67591946      -11.86%
    
    benchmark                 old MB/s     new MB/s     speedup
    BenchmarkDecodeDigits     1.63         1.81         1.11x
    BenchmarkDecodeTwain      1.63         1.85         1.13x
    
    Updates #6754.
    
    LGTM=adg, agl, josharian
    R=adg, agl, josharian
    CC=golang-codereviews
    https://golang.org/cl/131840043
    6d248cec
Name
Last commit
Last update
..
archive Loading commit data...
bufio Loading commit data...
builtin Loading commit data...
bytes Loading commit data...
compress Loading commit data...
container Loading commit data...
crypto Loading commit data...
database/sql Loading commit data...
debug Loading commit data...
encoding Loading commit data...
errors Loading commit data...
expvar Loading commit data...
flag Loading commit data...
fmt Loading commit data...
go Loading commit data...
hash Loading commit data...
html Loading commit data...
image Loading commit data...
index/suffixarray Loading commit data...
internal/syscall Loading commit data...
io Loading commit data...
log Loading commit data...
math Loading commit data...
mime Loading commit data...
net Loading commit data...
os Loading commit data...
path Loading commit data...
reflect Loading commit data...
regexp Loading commit data...
runtime Loading commit data...
sort Loading commit data...
strconv Loading commit data...
strings Loading commit data...
sync Loading commit data...
syscall Loading commit data...
testing Loading commit data...
text Loading commit data...
time Loading commit data...
unicode Loading commit data...
unsafe Loading commit data...