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

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:

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

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: