Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.18 KB

2008-08-12-parallel-extensions-is-on-mono.md

File metadata and controls

35 lines (31 loc) · 1.18 KB
layout title date categories tags status type published meta author
post
Parallel Extensions is on Mono
2008-08-12 20:55:57 -0700
Technology
publish
post
true
_wpas_done_all
1
login email display_name first_name last_name
admin
joeduffy@acm.org
joeduffy

Miguel de Icaza recently blogged about the addition of Parallel Extensions to the Mono family.

C# 3.0 and Parallel FX/LINQ in Mono

"For a while I wanted to blog about the open source implementation of the Parallel Extensions for Mono that Jeremie Laval has been working on. Jeremie is one of our mentored students in the 2008 Google Summer of Code. Dual CPU laptops are becoming the norm; quad-core computers are now very affordable, and eight CPU machines are routinely purchased as developer workstations. The Parallel Extension API makes it easy to prepare your software to run on multi processor machines by providing constructs that take care of distributing the work to various CPUs based on the computer load and the number of processors available."

Read more...