• 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
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...