Yet another round of Summer love

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

  1. Dennis wrote:

    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:

    Posted 08 mai 2009 at 8 h 26 min
  2. Dennis wrote:

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

    Posted 08 mai 2009 at 8 h 27 min
  3. garuma wrote:

    « 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.

    Posted 08 mai 2009 at 9 h 49 min

Post a Comment

Your email is never published nor shared. Required fields are marked *