index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
libarchive
/
bz
/
blocksort.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
1
-1
/
+1
*
bzip2: expose tuning knob for faster/smaller code
Denys Vlasenko
2018-02-07
1
-4
/
+4
*
bzip2: move runningOrder[] back to stack - 256 bytes is not much
Denys Vlasenko
2018-02-03
1
-5
/
+8
*
bzip2: move ->origPtr out of struct EState, make a few members smaller
Denys Vlasenko
2018-02-03
1
-11
/
+11
*
bzip2: pass sorting params through EState* pointer
Denys Vlasenko
2018-02-03
1
-66
/
+58
*
gzip2: small simplification in mainSimpleSort()
Denys Vlasenko
2018-02-03
1
-14
/
+15
*
bzip2: a few more locals converted to generic types
Denys Vlasenko
2018-02-03
1
-7
/
+7
*
bzip2: eliminate one parameter to mainQSort3()
Denys Vlasenko
2018-02-03
1
-5
/
+9
*
bzip2: small simplification in mainSort()
Denys Vlasenko
2018-02-03
1
-5
/
+5
*
bzip2: convert some locals to unsigned's
Denys Vlasenko
2018-02-03
1
-5
/
+5
*
bzip2: runningOrder[] values are always 0..255, make it uint8
Denys Vlasenko
2018-02-03
1
-5
/
+4
*
bzip2: remove redundant clearing of an alredy unset bit
Denys Vlasenko
2018-02-03
1
-2
/
+2
*
bzip2: eliminate write-only local numQSorted
Denys Vlasenko
2018-02-03
1
-7
/
+3
*
bzip2: make locals in mainSort() saner, convert one of them from uint16 to un...
Denys Vlasenko
2018-02-03
1
-29
/
+36
*
bzip2: remove redundant loop termination check in mainSort()
Denys Vlasenko
2018-02-03
1
-3
/
+6
*
bzip2: optimize zPend variable code
Denys Vlasenko
2018-02-03
1
-9
/
+9
*
bzip2: ~1% speedup by special-casing "store 1 bit" function
Denys Vlasenko
2018-02-03
1
-0
/
+2
*
regularize options which control size/speed trade
Denys Vlasenko
2011-09-10
1
-4
/
+4
*
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko
2010-11-03
1
-0
/
+1072