chiark
/
gitweb
/
~mdw
/
mm
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
44e8ae5
)
mm.c (rate): Simplify the algorithm.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 12 Sep 2018 10:41:49 +0000
(11:41 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 5 Sep 2019 13:09:49 +0000
(14:09 +0100)
Now we don't need to take a copy of the code histogram, and there's less
conditional stuff to do in the loop. This gives an overall 25%
performance improvement, as measured by running `time mm -a 4 8'.
No differences found