]> granicus.if.org Git - python/commit
Speed up _decimal by 30-40% for numerical workloads by improving the cache
authorStefan Krah <skrah@bytereef.org>
Mon, 9 Apr 2012 18:24:57 +0000 (20:24 +0200)
committerStefan Krah <skrah@bytereef.org>
Mon, 9 Apr 2012 18:24:57 +0000 (20:24 +0200)
commitdd159ce606aee54f313d3d6c44248af743230d30
tree31eb389bdd4ed33736c8c4fba3561e79f1e4123d
parent94ef3e4c1da1bb5bc2e59cbf922855e2b7aaafa3
Speed up _decimal by 30-40% for numerical workloads by improving the cache
locality for regularly sized coefficients.
Modules/_decimal/_decimal.c