big.Int String() operations are (very) slow for base 10, and quite slow for base 16. No need to support more basis. First version could implement a fast path for `goff`, and roll back to current `big.Int` one in some cases.
big.Int String() operations are (very) slow for base 10, and quite slow for base 16.
No need to support more basis.
First version could implement a fast path for
goff, and roll back to currentbig.Intone in some cases.