Add macro to transparently decide between serial and parallel iterators #87
Labels
enhancement
New feature or request
optimization
Performance improvement for the current codebase
sw design
SW design choice to be made or implemented
Like it has been done in upstream, we should introduce a macro (where it may be convenient to parallelize) that selects an iterator or a parallel iterator depending on the feature "parallel" being active or not
The text was updated successfully, but these errors were encountered: