Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Next release (5.3)



On 4 July 2016 at 17:04, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> (4) Sebastian's mysterious slowdown on the first run of a nested
>     pair of autoload functions

Isn't this settled? Large data passed to positional parameters uses
heap, high heap usage causes slowness. Double call with the same large
positional parameters – twice as much heap usage, and more slow down.
That's why the trick "repeat 1; do ... done" helped less, but still
helped.

Best regards,
Sebastian Gniazdowski



Messages sorted by: Reverse Date, Date, Thread, Author