Skip to main content
Code Review

Return to Answer

replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

Beware: this last update is probably erronous. I asked a question about proper usage of PLINQ a question about proper usage of PLINQ.

Beware: this last update is probably erronous. I asked a question about proper usage of PLINQ.

Beware: this last update is probably erronous. I asked a question about proper usage of PLINQ.

Linked to Stack overflow about proper usage of PLINQ.
Source Link
Steven Jeuris
  • 2.7k
  • 3
  • 21
  • 34

Beware: this last update is probably erronous. I asked a question about proper usage of PLINQ .

I haven't used Parallel LINQ (PLINQ) yet. But this seemed a nice use for it. After replacing the for by:

I haven't used Parallel LINQ (PLINQ) yet. But this seemed a nice use for it. After replacing the for by:

Beware: this last update is probably erronous. I asked a question about proper usage of PLINQ .

I haven't used Parallel LINQ (PLINQ) yet. But this seemed a nice use for it. After replacing the for by:

Added AsOrdered() to PLINQ query which is most likely necessary.
Source Link
Steven Jeuris
  • 2.7k
  • 3
  • 21
  • 34
Events.AsParallel().AsOrdered().ForAll( eventItem =>
{
 ...
} ); 
Events.AsParallel().ForAll( eventItem =>
{
 ...
} ); 
Events.AsParallel().AsOrdered().ForAll( eventItem =>
{
 ...
} ); 
Added PLINQ test.; edited body
Source Link
Steven Jeuris
  • 2.7k
  • 3
  • 21
  • 34
Loading
New speed increase: date formatting by using append.
Source Link
Steven Jeuris
  • 2.7k
  • 3
  • 21
  • 34
Loading
Source Link
Steven Jeuris
  • 2.7k
  • 3
  • 21
  • 34
Loading
lang-cs

AltStyle によって変換されたページ (->オリジナル) /