Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

String() and SetString() method shouldn't use big.Int #22

Open
gbotrel opened this issue Jul 14, 2020 · 0 comments
Open

String() and SetString() method shouldn't use big.Int #22

gbotrel opened this issue Jul 14, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@gbotrel
Copy link
Collaborator

gbotrel commented Jul 14, 2020

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.

@gbotrel gbotrel added the enhancement New feature or request label Jul 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant