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

Bad Multiplication Performance. #3

Open
AlyShmahell opened this issue Jun 1, 2021 · 1 comment
Open

Bad Multiplication Performance. #3

AlyShmahell opened this issue Jun 1, 2021 · 1 comment

Comments

@AlyShmahell
Copy link

FFT struggles when multiplying 2048bit numbers, I tried to replace it with karatsuba as described in the readme, and it just seg-faulted.
Have you tried benchmarking the basic arithmetic operations?

@calccrypto
Copy link
Owner

I am afraid performance has never been a strong point of this library.

Can you provide example values that will cause karatsuba to segfault? It might be recursing too much.

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

No branches or pull requests

2 participants