• Adam Langley's avatar
    bzip2: speed up decompression. · e7fa3079
    Adam Langley authored
    This borrows a trick from the bzip2 source and effects a decent speed
    up when decompressing highly compressed sources. Rather than unshuffle
    the BTW block when performing the IBTW, a linked-list is threaded
    through the array, in place. This improves cache hit rates.
    
    R=bradfitzgo, bradfitzwork, cw
    CC=golang-dev
    https://golang.org/cl/4247047
    e7fa3079
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.ccmd Loading commit data...
Make.clib Loading commit data...
Make.cmd Loading commit data...
Make.common Loading commit data...
Make.inc Loading commit data...
Make.pkg Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
env.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...
version.bash Loading commit data...