Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Go versions older than 1.10 #361

Merged
merged 2 commits into from Apr 5, 2024
Merged

Drop support for Go versions older than 1.10 #361

merged 2 commits into from Apr 5, 2024

Conversation

mwoss
Copy link
Member

@mwoss mwoss commented Apr 5, 2024

We decided to drop support for the Go versions older than 1.10 to use the new big.Int functionalities introduced in this Go version, thus improving the performance of critical paths/methods like NumDigits.
Go 1.10 is already 6 years old, so we believe this change won't affect most of the library users (+ Go compiler supports backward compatibility)

@mwoss mwoss merged commit ed8f76e into master Apr 5, 2024
6 checks passed
@mwoss mwoss deleted the go-10-req branch April 5, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants