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!
--
Ryan Hoegg
ISIS Networks
http://www.isisnetworks.net
Lawrence Meader wrote:
>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 inside of the Base64 class.
>
>I'm curious as to how can I submit this back for consideration for inclusion in the XML-RPC?
It would be nice to give a little something back :)
>
>
>
>-Lawrence Meader
>Software Engineer
>GHS Data Management
>(207) 622-7153 x169
>
>CONFIDENTIALITY NOTICE:
>This message is intended only for the use of the individual or entity to
>which it is addressed, and may contain information that is privileged,
>confidential and exempt from disclosure under applicable law.
>If you are not the intended recipient, please contact the sender by
>reply email and destroy all copies of the original message.
>
|