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

Use multi-threading #21

Open
faheel opened this issue Jan 22, 2018 · 0 comments
Open

Use multi-threading #21

faheel opened this issue Jan 22, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@faheel
Copy link
Owner

faheel commented Jan 22, 2018

Successive operations on different data can be threaded to speed things up.
For example, in operator*(BigInt, BigInt), the operations for stripping leading zeroes from, and adding trailing zeroes to different BigInt objects can be multi-threaded and can be run concurrently.

@faheel faheel added the enhancement New feature or request label Jan 22, 2018
@faheel faheel added this to the v1.0 milestone Jan 22, 2018
@faheel faheel self-assigned this Jan 22, 2018
@faheel faheel changed the title Use multi-threading wherever possible Use multi-threading Feb 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant