Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkLeafSize (4.26 sec)

  1. src/math/big/natconv.go

    // range 2..64 shows that values of 8 and 16 work well, with a 4x speedup at medium lengths and
    // ~30x for 20000 digits. Use nat_test.go's BenchmarkLeafSize tests to optimize leafSize for
    // specific hardware.
    func (q nat) convertWords(s []byte, b Word, ndigits int, bb Word, table []divisor) {
    	// split larger blocks recursively
    	if table != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 17:59:44 UTC 2022
    - 14.6K bytes
    - Viewed (0)
Back to top