You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by Lawrence Meader <lm...@ghsinc.com> on 2003/03/21 17:18:23 UTC

Base64 Class Optimizations

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.


Re: Base64 Class Optimizations

Posted by Daniel Rall <dl...@finemaltcoding.com>.
You can find Codec's issue track here:

http://issues.apache.org/bugzilla/

Thanks Lawrence.

- Dan


Ryan Hoegg <rh...@isisnetworks.net> writes:

> 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!
> 
> 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 :)

Re: Base64 Class Optimizations

Posted by Ryan Hoegg <rh...@isisnetworks.net>.
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.
>