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
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
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