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 Parallel.ForEach to build the elements in parallel reducing the time taken to complete the build task #159

Open
jwrosewell opened this issue Dec 13, 2024 · 0 comments · May be fixed by #160
Assignees
Labels
Milestone

Comments

@jwrosewell
Copy link
Contributor

jwrosewell commented Dec 13, 2024

Modify the BuildFromConfiguraiton method to build the elements in parallel.

As this change enforces the need for builders to be independent of one another the change should be made to 4.5 only.

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

Successfully merging a pull request may close this issue.

2 participants