Closed odlomax closed 1 year ago
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.
Sounds like a strange thing to do, to have nested foreach, but welcome to improve it, to make that possible.
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.