[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Pair-wise file operation (copy, link)
From: |
Rob Landley |
Subject: |
Re: Pair-wise file operation (copy, link) |
Date: |
Tue, 27 Aug 2024 00:16:09 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 |
On 8/25/24 18:34, Glenn Golden wrote:
> Since you were reporting 2 min, was wondering what your platform is and
> whether there might be something else involved eating the 2 min realtime?
Slowest exec I've had to deal with on a modern still-active system is mac
homebrew, which was about 1/3 of a second each exec() on fairly powerful
hardware. (It did not LIKE running ELF binaries on a mach-o kernel.)
Of course "this posix system can't really do shell scripts" means your OS is
kinda conceptually broken...
Rob