You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2019/03/08 20:51:03 UTC

[GitHub] [tomcat] markt-asf opened a new pull request #146: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63235

markt-asf opened a new pull request #146: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63235
URL: https://github.com/apache/tomcat/pull/146
 
 
   Implement an alternative Charset caching strategy that does not load all
   Charsets at Tomcat start. This reduces start time by ~30ms and does not,
   based on the performance tests included in this commit, have a negative
   impact on runtime look-ups.
   It does require that the names of all supported Charsets are known to
   Tomcat at compile time. The code has been tested with a range of JVMs
   and a unit test is provided for testing new JVMs.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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