Sign in
Chasing state of the art
Exploring best practices in problem solving
Tags
.NET Framework
Algorithms
API Design
C#
Concurrency
Data Structures
Design Patterns
Inversion of Control
Microsoft
Object Oriented Design
Parallel LINQ
Reactive Extensions
Single Responsibility Principle
Synchronization
Task Parallel Library
Tell Don't Ask Principle
Browse by Tags
MSDN Blogs
>
Chasing state of the art
>
All Tags
>
parallel linq
Tagged Content List
Blog Post:
Load-balancing partitioner with work stealing, part two
Dzmitry Huba
In part one work stealing range was introduced that allows stealing of work items in contiguous chunks up to half of available work space. Now is the time for the partitioner itself. If you recall partitioning can be done either statically up front or dynamically on demand. As we are looking at the...
on
10 Aug 2011
Blog Post:
Load-balancing partitioner with work stealing, part one
Dzmitry Huba
Data parallelism is a computing parallelization technique where data can be separated into independent pieces and distributed across parallel computing nodes. This technique is the core of the Parallel LINQ that partitions data into segments and executes query on each segment in parallel. Depending on...
on
8 Aug 2011
Page 1 of 1 (2 items)