We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
same questions as in kokke/tiny-bignum-c#18
are there any links to performance comparisons against GMP?
is there any planned work to support negative integers?
thanks!
#3 suggests the following comparison on this limited benchmark: computing factorial(100) 1000000 times
factorial(100)
=> see nim-lang/Nim#14696 (comment) for a (small) benchmark
The text was updated successfully, but these errors were encountered:
No branches or pull requests
same questions as in kokke/tiny-bignum-c#18
are there any links to performance comparisons against GMP?
is there any planned work to support negative integers?
thanks!
EDIT
#3 suggests the following comparison on this limited benchmark: computing
factorial(100)
1000000 times=> see nim-lang/Nim#14696 (comment) for a (small) benchmark
The text was updated successfully, but these errors were encountered: