Click here to Skip to main content
15,891,708 members
Everything / Plinq

Plinq

plinq

Great Reads

by JasonShort
How to speed up blocking functions with PLINQ
by JasonShort
Speed up blocking functions with PLINQ
by Ivan Krivyakov
PLinq and source IEnumerable thread safety
by Marc Clifton
A discussion of various approaches to threading, covering locks, mutexes, semaphores, concurrent collections, work queues, threads, PLINQ, TPL, exception handling, and cancellation tokens

Latest Articles

by Marc Clifton
A discussion of various approaches to threading, covering locks, mutexes, semaphores, concurrent collections, work queues, threads, PLINQ, TPL, exception handling, and cancellation tokens
by Ivan Krivyakov
PLinq and source IEnumerable thread safety
by JasonShort
Speed up blocking functions with PLINQ
by JasonShort
How to speed up blocking functions with PLINQ

All Articles

Sort by Score

Plinq 

4 Feb 2011 by JasonShort
How to speed up blocking functions with PLINQ
3 Jan 2012 by JasonShort
Speed up blocking functions with PLINQ
3 Sep 2012 by Ivan Krivyakov
PLinq and source IEnumerable thread safety
25 Feb 2010 by Alphakoda
PLINQ /Parallel LINQ is part of the TPL (Task Parallel Library) and it makes your life easier when it comes to multi-core processor programming which is totally different from multithreading which allows more than one thread per process and you have no idea if they will be equally distributed across