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

Add u64_digit feature #313

Merged
merged 1 commit into from
Apr 27, 2023
Merged

Add u64_digit feature #313

merged 1 commit into from
Apr 27, 2023

Conversation

tarcieri
Copy link
Member

Adds an on-by-default feature which enables num-bigint-dig/u64_digit.

Disabling this on 32-bit platforms (e.g. WASM) should improve performance.

Closes #252

Adds an on-by-default feature which enables `num-bigint-dig/u64_digit`.

Disabling this on 32-bit platforms (e.g. WASM) should improve
performance.

Closes #252
@tarcieri tarcieri merged commit a8bddc2 into master Apr 27, 2023
@tarcieri tarcieri deleted the u64_digit-feature branch April 27, 2023 13:39
@tarcieri tarcieri mentioned this pull request Apr 27, 2023
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.

Disable num-bigint-dig/u64_digit feature on wasm targets
2 participants