PLINQ

Resources by common categories

Rating

PHPLinq version 0.2.0 released!

Posted by Maarten Balliauw on March 5, 2008

Last friday, I released PHPLinq version 0.2.0. LINQ, or Language Integrated Query, is a component inside the .NET framework which enables you to perform queries... [read more]

Rating

When To Use Parallel.ForEach and When to Use PLINQ

Posted by Parallel Programming with .NET Blog on April 22, 2010

If you've played around with PLINQ and Parallel.ForEach loops in .NET 4, you may have noticed that many PLINQ queries can be rewritten as paralle... [read more]

Rating

F# PowerPack supports PLINQ

Posted by Parallel Programming with .NET Blog on February 11, 2010

The F# team has released the F# PowerPack for download on CodePlex, and we're very excited that the PowerPack now has direct support for PLINQ.  From the C... [read more]

Rating

PHPLinq 0.4.0 released on CodePlex!

Posted by Maarten Balliauw on January 29, 2009

I’m pleased to announce that PHPLinq 0.4.0 has been released on CodePlex. PHPLinq is currently one year old, and I decided to add a huge step in function... [read more]

Rating

PLINQ's Ordering Model

Posted by Parallel Programming with .NET Blog on June 22, 2010

In order to execute parallel queries as efficiently as possible, Parallel LINQ (PLINQ) treats ordering as optional. By default, PLINQ considers sequen... [read more]

Rating
 

Query the cloud with PHP (PHPLinq and Windows Azure)

Posted by Maarten Balliauw on July 29, 2009

I’m pleased to announce PHPLinq currently supports basic querying of Windows Azure Table Storage. PHPLinq is a class library for PHP, based on the idea o... [read more]