-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benchmark request #3
Comments
Parallel LinqFaster vs regular Linq Parallel, list of ints BenchmarkDotNet=v0.10.3.0, OS=Microsoft Windows NT 6.2.9200.0
Processor=Intel(R) Core(TM) i7-6700 CPU 3.40GHz, ProcessorCount=8
Frequency=3328121 Hz, Resolution=300.4698 ns, Timer=TSC
[Host] : Clr 4.0.30319.42000, 64bit RyuJIT-v4.7.2046.0
RyuJitX64 : Clr 4.0.30319.42000, 64bit RyuJIT-v4.7.2046.0
Job=RyuJitX64 Jit=RyuJit Platform=X64
|
V 1.0.2
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Smaller
List<T>
, Sum and Where(x x=>x%2000).Select(x =>x*x)The text was updated successfully, but these errors were encountered: