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

Make LoadWallet faster by multi-threading the processing #386

Closed
danwalmsley opened this issue Jun 28, 2018 · 1 comment
Closed

Make LoadWallet faster by multi-threading the processing #386

danwalmsley opened this issue Jun 28, 2018 · 1 comment
Assignees

Comments

@danwalmsley
Copy link

The processing that is happening looks like you might be able to divide it up to each processing core and significantly improve loading times.

netstandard2.0 allows you to find the number of processing cores available.

@nopara73
Copy link
Contributor

This cannot be done. Attempts: #741, #742, #739

Filter processing must happen in order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants