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
Hi all,
It looks like a tcl-only module declared in the conf file will get
loaded twice by init.tcl (as a network and a non-network module).
There's a mention in init.tcl about needing to do a 2-phase loading of
the network modules, but loading modules twice seems wrong.
ns_section ns/ser
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