How To Improve An Algorithm
Wednesday, January 31st, 2007Algorithm improvement begins with good test procedures. My early test procedures relied on fairly small buffers of mostly common data. I used these to test best-case and edge-case conditions. However, the data was not real. Once I included about 580K of raw image data to compress, I was able to better […]