Re: small improvement to base64

2005-09-13 Thread Simon Josefsson
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > Hi Simon, > > Please apply the tiny patch below to the base64 module to fix a typo and > to put the long constant string in the initialized data section. This > avoids reinitialization of the string upon function invocation and > should thus generally

small improvement to base64

2005-09-12 Thread Ralf Wildenhues
Hi Simon, Please apply the tiny patch below to the base64 module to fix a typo and to put the long constant string in the initialized data section. This avoids reinitialization of the string upon function invocation and should thus generally be about a wee bit faster. :) Cheers, Ralf 2005-09-1