This blog is no longer updated please visit http://www.createdbyx.com/ instead.

Monday, April 26, 2004

Want something done right do it yourself!

I wrote the sample project because I was curious as to what the speed difference was between the methods I had made myself that converted milliseconds->ticks and ticks->milliseconds and using the types provided in the .NET framework to convert time. Turns out .NET Framework types/methods are 5 times slower then doing it manually.

You can find the "TimeConvert" source code here Code Snips