Re: tar x cpu bound
Thor Lancelot Simon <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, May 10, 2025 at 10:52:51AM +0200, Edgar Fu? wrote: > Even if tar (and pax, which I also tried) was to use stdio, this would not > explain being bound by /system/ cpu time. Sure it does, because stdio was issuing thousands of small writes instead of single large writes.