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

FSharp.Core collection functions for Array.Parallel more regular #14217

Closed
T-Gro opened this issue Nov 2, 2022 · 0 comments
Closed

FSharp.Core collection functions for Array.Parallel more regular #14217

T-Gro opened this issue Nov 2, 2022 · 0 comments
Assignees
Labels
Area-Library Issues for FSharp.Core not covered elsewhere Feature Request Theme-Simple-F# A cross-community initiative called "Simple F#", keeping people in the sweet spot of the language.

Comments

@T-Gro
Copy link
Member

T-Gro commented Nov 2, 2022

This is covering the fslang suggestion fsharp/fslang-suggestions#187

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

Sorting: #14820

sort
sortBy
sortByDescending
sortWith
sortWithDescending
sortInPlaceBy
sortInPlaceWith
sortInPlace

Searching: #14827

TryFind
TryFindIndex
TryPick

Aggregations: #14924

Sum
MaxBy
MinBy

Reduce

Logical tests #14910

Exists
ForAll

Transformations

Filter #14916
GroupBy #14895
Zip #14916

@T-Gro T-Gro self-assigned this Nov 2, 2022
@github-actions github-actions bot added this to the Backlog milestone Nov 2, 2022
@T-Gro T-Gro added Area-Library Issues for FSharp.Core not covered elsewhere Theme-Simple-F# A cross-community initiative called "Simple F#", keeping people in the sweet spot of the language. labels Nov 2, 2022
@T-Gro T-Gro modified the milestones: Backlog, November-2022 Nov 2, 2022
@vzarytovskii vzarytovskii modified the milestones: December-2022, Backlog Jan 5, 2023
@T-Gro T-Gro modified the milestones: Backlog, February-2023 Feb 1, 2023
@vzarytovskii vzarytovskii modified the milestones: February-2023, March-2023 Mar 3, 2023
@vzarytovskii vzarytovskii modified the milestones: March-2023, April-20203 Apr 3, 2023
@T-Gro T-Gro closed this as completed Apr 6, 2023
@T-Gro T-Gro removed this from the April-2023 milestone Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Library Issues for FSharp.Core not covered elsewhere Feature Request Theme-Simple-F# A cross-community initiative called "Simple F#", keeping people in the sweet spot of the language.
Projects
Archived in project
2 participants