NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: build.sh install to a remote machine with sshfs



On Fri, Oct 11, 2024 at 09:22:39AM +0200, Dr. Nicola Mingotti wrote:
> (OT) multithread in xz(1) [param -T] is to keep in mind, maybe
> some CS student can make this as an exam project ;)

Besides the missing decompress thread code, there are two other issues:

 - the tool version of xz (which is used to do the compression) is not build
   with thread support. This is mostly due to configure magic needed
   to keep the tool version portable.

 - archives compressed in single threaded mode can only be decompressed
   single threaded.

Martin


Home | Main Index | Thread Index | Old Index