Skip to content

igilham/ParallelMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Author: Ian Gilham
License: Public domain


COPYING

This software is placed in the public domain. You may use, reuse, edit or publish it in whatever manner you wish.

This software is provided 'as-is' with no warranty of any kind.

ParallelMap is a simple implementation of a classic Map function in C sharp, using the Task Parallel Library to implement the function as an extension method on IEnumerable<T>, making it as generic as possible.

About

Parallel implementation of a map function in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages