[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cpio improvements and fixes
From: |
Sergey Poznyakoff |
Subject: |
Re: cpio improvements and fixes |
Date: |
Fri, 03 Sep 2021 09:35:09 +0200 |
User-agent: |
MH (GNU Mailutils 3.13.90) |
Shreenidhi Shedi <yesshedi@gmail.com> ha escrit:
> Getting rid of this loop will surely give a good performance boost.
No, it won't. In most cases, x2nrealloc will be called exactly once,
so the loop is equivalent to "if (..) { x2nrealloc }".
Regards,
Sergey