Showing results for December 2012 - Developer Support

Dec 28, 2012
Post comments count0
Post likes count0

The cost of context switches

Andrew Arnott
Andrew Arnott

Context switches are not free. But how expensive are they? I wrote a small program to find out, and I’m sharing the program and its results here. I focused on purely context switches (no work is actually performed between context switches). So it’s not a real-world scenario, but it really brings out the hidden costs. Below are the results 500,000 ...

andarno.NETasync
Dec 19, 2012
Post comments count0
Post likes count0

Immutable collections now available

Andrew Arnott
Andrew Arnott

In previous posts, I discussed immutable collections. I’m pleased to say they are now available. Read my announcement on the BCL blog.

andarno.NETImmutability