All Questions
1 question
2
votes
2
answers
558
views
.Net speed vs Custom Code speed
In an int?[] garunteed to have original values, I wanted to find the index of null, which will only be a single index.
I drilled into the Array.IndexOf(T[] array, T value) .NET and, after all of the ...