Vince Bonfanti said the following on 09/25/2009 05:28 AM: > P.S. If you decide to tackle this, you might also want to look at > replacing java.util.Hashtable with java.util.HashMap, for the same > reasons. Again, however, I think this has already been done for most > of the key areas that will affect performance. > Alan / Vince,
Were the Hashtable -> HashMap changes rolled into the commits made for StringBuffer -> StringBuilder? If not, you might consider just doing that now before it's forgotten about just for best practices in the code base. I know it may or may not add any performance improvements in general -- just thinking code maintenance here if anything. Best, .Peter --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
