Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make FSharp.Core collection functions for Array.Parallel more regular #187

Open
Tracked by #720
baronfel opened this issue Oct 20, 2016 · 1 comment
Open
Tracked by #720

Comments

@baronfel
Copy link
Contributor

baronfel commented Oct 20, 2016

Submitted by Jon Harrop on 3/21/2014 12:00:00 AM
63 votes on UserVoice prior to migration

In F# 3.0, lots of standard functions are missing from Array.Parallel including

  • tryFindIndex
  • exists
  • forall
  • filter
  • tryFind
  • reduce
  • minBy
  • maxBy
  • tryPick

A mapReduce function would also be useful.
Efficient implementations of all of these have been described in the F# Journal. http://fsharpnews.blogspot.co.uk/2013/01/parallel-aggregates.html

Response

** by fslang-admin on 2/4/2016 12:00:00 AM **

Approved in principle subject to RFC and well-tested implementation being submitted as PR.

Original UserVoice Submission
Archived Uservoice Comments

@dsyme
Copy link
Collaborator

dsyme commented Jun 9, 2022

I've labelled this as "good first issue", please consider submitting an implementation and/or RFC

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

No branches or pull requests

2 participants