I spent the weekend running a code analyzer on the Weather Message code base. It recommended several changes that may help improve the speed of the programs.
I also started changing several of the internal lists to dictionary collections. The dictionary collection can locate items much faster. This would be something like getting the description of a product. The old method was to iterate over the items. The dictionary method is much faster in most cases.
Before changing anything, I wrote programs to compare different approaches. This has taken the better of three full days. However, I am pleased with the results.
I want to do something with the county names list. I am still running tests to see which approach is best.
Monday, January 18, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment