https://issues.apache.org/bugzilla/show_bug.cgi?id=54729

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
I've done some additional testing.

On a warmed up system the JRE and Tomcat Base64 decoding implementations are
comparable. Tomcat does warm up faster. Without warm up on 1000000 iterations
(different inputs) Tomcat was approx. 3x faster but at a total of 200ms vs
600ms for 1000000 tests I'm not too worried by even that difference.

I intend to proceed and remove Tomcat's internal base64 encoder in 8 and
deprecate it in 7.0.x, In both cases I intend to replace the current uses of
Tomcat's internal decoder with the JRE's.

-- 
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

Reply via email to