[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `printf %q` but more human readable
From: |
Alex fxmbsw7 Ratchev |
Subject: |
Re: `printf %q` but more human readable |
Date: |
Sun, 14 Mar 2021 16:24:10 +0100 |
there is big delay loading the app and apps, regardless if its big or not
ill benchmark:
time- +time ; loop 1000 '/bin/test -f non' ; +time ; loop 1000 '[[ -f non
]]' ; +time time%
1615735409.511662 0.926062 0.028636
makes /bin/test needed nearly 1s for that loop and [[ -f 0.03s
On Sun, Mar 14, 2021 at 4:03 PM Marco Ippolito <maroloccio@gmail.com> wrote:
> On 14/03/2021 12:01, Alex fxmbsw7 Ratchev wrote:
> > exec*() external programs is always much slower than coding language
> > internals
>
> When you say "always", do you mean independently of the actual program?
>
>
>
- Re: `printf %q` but more human readable, (continued)
- Re: `printf %q` but more human readable, Peng Yu, 2021/03/14
- Re: `printf %q` but more human readable, Alex fxmbsw7 Ratchev, 2021/03/14
- Re: `printf %q` but more human readable, Alex fxmbsw7 Ratchev, 2021/03/14
- Re: `printf %q` but more human readable, Alex fxmbsw7 Ratchev, 2021/03/14
- Re: `printf %q` but more human readable, Peng Yu, 2021/03/14
- Re: `printf %q` but more human readable, Marco Ippolito, 2021/03/14
- Re: `printf %q` but more human readable, Alex fxmbsw7 Ratchev, 2021/03/14
- Re: `printf %q` but more human readable, Marco Ippolito, 2021/03/14
- Re: `printf %q` but more human readable,
Alex fxmbsw7 Ratchev <=
- Re: `printf %q` but more human readable, Pier Paolo Grassi, 2021/03/15
- Re: `printf %q` but more human readable, Peng Yu, 2021/03/14
- Re: `printf %q` but more human readable, Alex fxmbsw7 Ratchev, 2021/03/14
- Re: `printf %q` but more human readable, Alex fxmbsw7 Ratchev, 2021/03/14
- Re: `printf %q` but more human readable, Alex fxmbsw7 Ratchev, 2021/03/14
- Re: `printf %q` but more human readable, Peng Yu, 2021/03/14
- Re: `printf %q` but more human readable, Alex fxmbsw7 Ratchev, 2021/03/14