2011/10/29 Mark Thomas <ma...@apache.org>:
>> +    "private final Hashtable paramHashValues"
>> +      - Maybe a HashMap can be used instead. I do not expect much 
>> improvements
>> +        from that though.
> Hashtable makes implementing getParameterNames() a lot simpler.

Replaced with HashMap in trunk in r1195531, will apply to TC7 as well.

With performance tests the HashMap works faster for me.
The difference is from 2% in short test up to 6% with maximum test size.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to