Skip to content

More par_map_collect? #1216

Open
Open
@sukyoungjeong-furiosa

Description

@sukyoungjeong-furiosa

par_map_collect is useful, but little messy to use as:

ndarray::Zip::from(&array).par_map_collect(|x| ... )

It would be nice to have more par_map_collect methods, so that we write as array.par_map_collect(|x| ...).

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @jturner314@sukyoungjeong-furiosa

        Issue actions

          More `par_map_collect`? · Issue #1216 · rust-ndarray/ndarray