https://issues.apache.org/bugzilla/show_bug.cgi?id=52328
--- Comment #6 from Mark Thomas <ma...@apache.org> 2012-01-10 16:19:31 UTC --- Forgot to add the performance numbers for adding 100,000 single characters through a Writer. Before 129ms without wrapping the Writer in a BufferedWriter 37ms with wrapping the Writer in a BufferedWriter After 77ms without wrapping 28ms with wrapping I'm still looking at the best place to insert a Buffer before the conversion. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org