Performance Comparison: Rectangular Array vs. Jagged Array (Update)

October 26th, 2005 by kwong

As I mentioned earlier (see Performance Comparison: Rectangular Array vs. Jagged Array) I ran the same set of tests in .Net framework 2.0 (Beta 2) and the results are still pretty similar to that in 1.0. I would suspect that the test results be similar in the final product of .Net 2.0.
Read more »

Posted in Software | No Comments »

A Transparent GIF Conversion Utility in C#

October 21st, 2005 by kwong

Download GIFTran.zip

We often need images with transparent background when creating websites.
Read more »

Posted in Software | No Comments »

A High Resolution Timing Utility in C#

October 9th, 2005 by kwong

Download PerformanceCounter.zip Assembly level developers have long enjoyed the use of RDTSC (read time stamp counter) instruction to achieve high resolution (1/clock speed (HZ)).
Read more »

Posted in Software | No Comments »

Performance Comparison: Rectangular Array vs. Jagged Array

October 6th, 2005 by kwong

Jagged arrays (e.g. a[i][j]) are named such so because it is an array of array.
Read more »

Posted in Software | No Comments »