Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.27 KB  |  hits: 6  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. by default, will plinq use range partitioning or chunk partitioning for Dictionary<string, string>? and how to force the other?
  2. Dictionary<string,string> asmachtas = new Dictionary<string,string>();
  3.     ...
  4.     int sum = asmachtas.AsParallel().Sum(arg => myFunction(arg));