We're using Pattern regex to match condition strings against forecast
icons. Patterns are expensive, and even though we're keeping them static,
they get disposed of pretty quickly.
We should move to a case-insensitive indexOf() approach to speed things up.
Original issue reported on code.google.com by Jeffrey.Sharkey on 26 Apr 2009 at 11:47
Original issue reported on code.google.com by
Jeffrey.Sharkey
on 26 Apr 2009 at 11:47