Recent Posts

Performance of Nullable types

less than 1 minute read

I saw a interesting post by David Kean about the performance of the nullable types in .NET 2.0. The new int? type is about 50% slower than int and the bool? ...