aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive/bz/blocksort.c
AgeCommit message (Expand)Author
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2018-02-07bzip2: expose tuning knob for faster/smaller codeDenys Vlasenko
2018-02-03bzip2: move runningOrder[] back to stack - 256 bytes is not muchDenys Vlasenko
2018-02-03bzip2: move ->origPtr out of struct EState, make a few members smallerDenys Vlasenko
2018-02-03bzip2: pass sorting params through EState* pointerDenys Vlasenko
2018-02-03gzip2: small simplification in mainSimpleSort()Denys Vlasenko
2018-02-03bzip2: a few more locals converted to generic typesDenys Vlasenko
2018-02-03bzip2: eliminate one parameter to mainQSort3()Denys Vlasenko
2018-02-03bzip2: small simplification in mainSort()Denys Vlasenko
2018-02-03bzip2: convert some locals to unsigned'sDenys Vlasenko
2018-02-03bzip2: runningOrder[] values are always 0..255, make it uint8Denys Vlasenko
2018-02-03bzip2: remove redundant clearing of an alredy unset bitDenys Vlasenko
2018-02-03bzip2: eliminate write-only local numQSortedDenys Vlasenko
2018-02-03bzip2: make locals in mainSort() saner, convert one of them from uint16 to un...Denys Vlasenko
2018-02-03bzip2: remove redundant loop termination check in mainSort()Denys Vlasenko
2018-02-03bzip2: optimize zPend variable codeDenys Vlasenko
2018-02-03bzip2: ~1% speedup by special-casing "store 1 bit" functionDenys Vlasenko
2011-09-10regularize options which control size/speed tradeDenys Vlasenko
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko