rss

Yet another round of Summer love

3

Category : C#, English, Google Summer of Code 2009, Mono, Programming

2009-summer-of-code-logo-final-r3-01

This year again, I will have the pleasure to participate in GSoc, continuing my work on ParallelFx with the Mono folks. Yay !

Basically, my three main tasks will be :

  1. Port the code over the new ParallelFx API which is coming in the .NET 4 framework beta
  2. Improve the testing and reliability of the library
  3. Integrate all that stuff into Mono trunk for widespread consumption

You can find the summary of my proposition on the GSoC website.

In other news, I opened an identi.ca account where I will report my progress over the summer among other stuff. Check it out at : http://identi.ca/garuma/all

Comments (3)

I just tried to checkout from svn, and after spending 30 min on cleaning up your partial renaming and other wierd stuff the result is that all the unittests that actually run some parallel queries are failing randomly and with the actual results also being rather random numbers.
ParallelFxTests.ParallelEnumerableTests.SkipTestCase:
#2
Expected: 400
But was: 402
ParallelFxTests.ParallelEnumerableTests.SelectTestCase:
#1
Expected: equivalent to
But was:
ParallelFxTests.ParallelEnumerableTests.CountTestCase:
#1
Expected: 500
But was: 501
ParallelFxTests.MonoEnumerableTests.TestToArray:
Expected: equivalent to
But was:

Thank you wordpress for eating all the things between < and >

« cleaning up your partial renaming and other wierd stuff »

At least you could tell me what are those changes and also include your hardware spec/mono version.

Post a comment