FSharp.Collections.ParallelSeq

Provides an F#-style API for parallel operations on sequences that are part in .NET 4.0 as System.Linq.ParallelEnumerable class. The API is akin to F# operations on sequences.


Keywords
F#, collections, fsharp, multi-core, parallel, programming, sequence
License
Apache-2.0
Install
Install-Package FSharp.Collections.ParallelSeq -Version 1.2.0

Documentation

Issue Stats Issue Stats

FSharp.Collections.ParallelSeq

Parallel (multi-core) sequence operations. See the documentation: http://fsprojects.github.io/FSharp.Collections.ParallelSeq/

Build status (Windows)

NuGet Status

Maintainer(source)

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)

Dev Guide

To build and test:

build.cmd RunTests

To make a release:

build.cmd Release 
set APIKEY=...
.paket\paket.exe push src\FSharp.Collections.ParallelSeq\bin\Release\FSharp.Collections.ParallelSeq.1.1.2.nupkg --api-key %APIKEY% --url https://nuget.org

If you are a maintainer don't have the necessary permissions to push, then add an admin issue giving your nuget ID.

To update the docs:

build.cmd ReleaseDocs