-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Map should give the option of concurrent processing, to speed things up.
There is one issue that I can see with this, and that is if the user assumes that the map function will apply across the data sequentially, so that they can implement some side effect. This would clearly be bad practice, but might be frustrating for users if they were not clear that ordering is not preserved using map.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request