Base64 Class Optimizations

2003-03-21 Thread Lawrence Meader
In the process of developing a project, I took the existing Base64 class and optimized it for our purposes (Some of the byte arrays we're using have lengths exceeding 70 million elements). Additionally, the code looks for white space on the fly, instead of sending it to a separate method insid

Re: Base64 Class Optimizations

2003-03-21 Thread Ryan Hoegg
In 2.0 we will be moving to the Jakarta Commons Codec implementation of Base64, and have already been working with them to converge our codebases. Please correspond with them on changes to Base64. URL: http://jakarta.apache.org/commons Thanks for considering sending your changes upstream! --