473,396 Members | 1,872 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

PLinq

Hi,

According to the this article:

http://www.eweek.com/article2/0,1895,2009167,00.asp

There is an extension to Linq called PLinq. Is PLinq going to be part of C#
3.0?

Thank you,

Max
Nov 12 '07 #1
3 1627
The simple answer is "no"; PLINQ is still at a relatively early stage,
where-as LINQ generally (as expressed by .NET 3.5 and C# 3) is about
to go RTM. How PLINQ is deployed remains to be seen, but I imagine it
will be a farily smooth bolt-on.

Marc

Nov 12 '07 #2
On Nov 12, 3:35 pm, "Max2006" <alanal...@newsgroup.nospamwrote:
According to the this article:

http://www.eweek.com/article2/0,1895,2009167,00.asp

There is an extension to Linq called PLinq. Is PLinq going to be part of C#
3.0?
Parallel LINQ is part of Parallel FX, the next generation threading
library that MS is working on. It *won't* be part of .NET 3.5, but a
CTP will be available "real soon now".

Joe Duffy is the main source of information on PFX (as well as being
incredibly readable and knowledgeable):
http://www.bluebytesoftware.com/blog/

Jon

Nov 12 '07 #3
Max2006 wrote:
Hi,

According to the this article:

http://www.eweek.com/article2/0,1895,2009167,00.asp

There is an extension to Linq called PLinq. Is PLinq going to be part
of C# 3.0?
No, though you can add some of it yourself: search on google on
'map/reduce' and implement their pattern again in C#, so you can split
work across multiple threads (there are a couple of map/reduce .NET
implementations as well). It's basicly map/reduce, as it tries to split
queries into multiple working sets which can be executed in parallel.
E.g. finding all objects with a given filter in a set is easy to
paralellize. This is what map/reduce does.

FB

--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
Nov 13 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: =?Utf-8?B?V2lsc29uIEMuSy4gTmc=?= | last post by:
Hi Experts, I am doing a prototype of providing data access (read, write & search) through Web Service. We observed that the data storing in SQL Server 2005, the memory size is always within...
3
by: Fred | last post by:
We all agree that multi-core is where the industry is headed. Can the .NET framework take advantage of multi-cores? are the programs written in .NET multi-threaded by default or is additional...
51
by: Jon Harrop | last post by:
If Microsoft turn F# into a product and place it alongside C# and VB, will many people migrate from C# to F#? -- Dr Jon D Harrop, Flying Frog Consultancy http://www.ffconsultancy.com/products/?u
5
by: jehugaleahsa | last post by:
Hello: I have spent the last week or more looking for an implementation (open source) for a deterministic skip lists. I am currently approaching the completion of a data structure library I am...
1
by: Jon Harrop | last post by:
I'd like to measure performance results as a function of the number of cores by restricting parallel FX to using only a subset of my cores. Is this possible and, if so, how? -- Dr Jon D Harrop,...
6
by: baldrick | last post by:
Hi, I have some intensive number crunching code that I want to break up into threads so PCs with several processors can do the job quicker. I have a loop that will go from say 1 to 10, and for...
5
by: =?Utf-8?B?U2llZ2ZyaWVkIEhlaW50emU=?= | last post by:
Can someone help me convert this to the latest C# syntax using predicate/delegate? You can see my attempt in the comments. Also: how would I set a new font for q_ul? q_ul is a WPF TextBlock and I...
3
by: Smith | last post by:
Hello, Does anyone no when PLINQ will be released? Thanks
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.