[Rpm-maint] [rpm-software-management/rpm] Does not the rpmbuild command execute (de)compression of files in parallel? (#113)
Panu Matilainen
notifications at github.com
Thu Feb 2 09:30:27 UTC 2017
Multithreaded compression is not some magic holy grail. Sure it can make the compression phase faster but it requires considerably more memory and more importantly the compression ratio degrades so for distros it might be a bad choice. Also AFAICT deltarpm requires bit-by-bit equivalent compression everywhere to operate correctly and that's not the case if compression depends on thinks like number of processors on the system.
Point is, anybody considering enabling it needs to consider whether it's an actual win for a particular use-case - there *are* cases like CI builds where speed can be far more important than compression ratio.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/113#issuecomment-276908337
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170202/57bddacf/attachment.html>
More information about the Rpm-maint
mailing list