Weblog » Tags » c (all)
-
Finding close matches with C#
Ever have trouble finding things? This is just a quick code snippet to quickly find the nearest item from a generic list. It leverages the .NET BinarySearch function, and it also uses the new Extension methods functi… -
Loop performance in C#
Lately I've been attempting to perform arithmetic-heavy computations with C#, and I encountered a somewhat surprising detail about loop performance. Computing the squared dist…
Recent Weblogs
-
Loose keys
Loose keys are one of the sure signs that you're i... -
Can Hillary still win?
News organizations are good at making it seem like... -
Running versus walking
Today I was running for a while in Central Park.&n...


Lifetime