LA.NET [EN]

Parallel ExtensionsArchive

Nov 20

Reactive Extensions for .NET

Posted in Parallel Extensions       Comments Off on Reactive Extensions for .NET

I’ve just noticed this post from the Parallel team. Now, this will be useful because it seems like it solves lots of the bugs introduced in the latest public CTP of the Parallel lib :,,)

Jun 02

The Parallel Extensions CTP is out. It seems like now the PLINQ does no longer depends on the Thread pool. Instead of doing that, PLINQ now relies on the Task Parallel Library. Interesting…it”s time to run some more tests…