]> Cypherpunks repositories - gostls13.git/commit
mat/big: more optimal Karatsuba threshold
authorRobert Griesemer <gri@golang.org>
Thu, 12 Jul 2012 21:19:09 +0000 (14:19 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 12 Jul 2012 21:19:09 +0000 (14:19 -0700)
commit6a135a0894fff5bbb1885c27fd9eb41b9a2b4e51
treebabce6acaf627229a211b5df2c43c06c918a3a7a
parent98ca655919622659598988f7ed420706858ad4c0
mat/big: more optimal Karatsuba threshold

benchmark           old ns/op    new ns/op    delta
BenchmarkHilbert      6253043      6267289   +0.23%
BenchmarkMul         45355940     39490633  -12.93%

R=r
CC=golang-dev
https://golang.org/cl/6355104
src/pkg/math/big/nat.go