Re: [Rpm-maint] [rpm-software-management/rpm] Run binary package generation via thread pools (#226)

2019-05-08 Thread Alexander Kanavin
@pmatilai I trust that the last two commits in my set (make string pool 
operations thread-safe; avoid use of static data) are already merged into 
master in some form? Don't see those fixes in #695.

-- 
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/pull/226#issuecomment-490518945___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Run binary package generation via thread pools (#226)

2019-05-08 Thread Panu Matilainen
For interested parties, I submitted a more elaborate version as #695 with 
further code cleanups and additional parallelization of file classifier.

-- 
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/pull/226#issuecomment-490507280___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Run binary package generation and file classification in parallel threads (#695)

2019-05-08 Thread Panu Matilainen
Added parallel file classification, which is beneficial for some cases.

Most of the time, the dependency generator is the biggest bottle-neck however. 
That's a *much* tougher nut to crack though: there are huge gains to be made 
even without parallelisation there, but it needs a massive overhaul to make 
that possible.

-- 
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/pull/695#issuecomment-490506159___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Run binary package generation in parallel threads (#695)

2019-05-08 Thread Panu Matilainen
@pmatilai pushed 1 commit.

2e373de42cc0b140febee3bfbd6e7254a9c29b99  Run file classification in parallel 
threads


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/695/files/0d9eaf6e7232a2dc26a66fec6fd8869b33a726ad..2e373de42cc0b140febee3bfbd6e7254a9c29b99
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint