chiark / gitweb /
mm.c (rate): Simplify the algorithm.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 12 Sep 2018 10:41:49 +0000 (11:41 +0100)
committerMark 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