Re: [naviserver-devel] Performance comparison of base64 encoders

2014-12-09 Thread Jeff Rogers
I just checked, and ns_base64encode is also faster than [binary encode base64] by about a factor of 2. -J Gustaf Neumann wrote: > Dear friends, > > Maybe, someone finds this information useful: > > just now, i did a quick comparison of the various > options for base64 codecs. It shows that NaviS

Re: [naviserver-devel] Performance comparison of base64 encoders

2014-12-09 Thread Bernhard van Woerden
Thanks, that will be very useful especially for large files. Regards Bernhard On 7 December 2014 at 13:01, Gustaf Neumann wrote: > Dear friends, > > Maybe, someone finds this information useful: > > just now, i did a quick comparison of the various > options for base64 codecs. It shows that Na

[naviserver-devel] Performance comparison of base64 encoders

2014-12-07 Thread Gustaf Neumann
Dear friends, Maybe, someone finds this information useful: just now, i did a quick comparison of the various options for base64 codecs. It shows that NaviServer's built-in ns_base64encode is very fast: it is up to a factor of 1.000 faster than the Tcl-only version of base64::encode, and even a