摘要: View Code 1 public class PLINQ 2 { 3 static int[] arr = Enumerable.Range(654321, 101010).ToArray(); 4 5 public static int _computeTimes = 0; 6 7 public static void Test () 8 { 9 Utils.Measure("Sequential", () =>10 {11 ... 阅读全文
posted @ 2011-11-16 21:20 ScottGu 阅读(183) 评论(0) 推荐(0) 编辑