Skip to content

Map is embarrassingly parallel. #5

Description

@HesitantlyHuman

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions