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

ForEach method very slow on small arrays #134

Closed
odlomax opened this issue May 9, 2023 · 1 comment · Fixed by #133
Closed

ForEach method very slow on small arrays #134

odlomax opened this issue May 9, 2023 · 1 comment · Fixed by #133

Comments

@odlomax
Copy link
Contributor

odlomax commented May 9, 2023

The current ForEach method is particularly slow when processing a large number number of small arrays. This is probably due to the overhead of using a config object to to set the execution policy.

Issue addressed by PR 113.

@wdeconinck
Copy link
Member

Sounds like a strange thing to do, to have nested foreach, but welcome to improve it, to make that possible.

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

Successfully merging a pull request may close this issue.

2 participants