Re: [Rpm-maint] [rpm-software-management/rpm] [WIP] Use semaphore for compression in ZSTD. (#1349)

2020-12-22 Thread marxin
Closed #1349. -- 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/1349#event-4139307712___ Rpm-maint mailing list Rpm-maint@lists.rpm

Re: [Rpm-maint] [rpm-software-management/rpm] [WIP] Use semaphore for compression in ZSTD. (#1349)

2020-08-27 Thread marxin
@marxin pushed 1 commit. 10aeb351460a764806c558703db3c21d335ccd72 Use semaphore for compression in ZSTD. -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/rpm-software-management/rpm/pull/1349/files/143d455761c53aad68045cada816b9d15eb13e

[Rpm-maint] [rpm-software-management/rpm] [WIP] Use semaphore for compression in ZSTD. (#1349)

2020-08-27 Thread marxin
This proof-of-concept patch can handle when parallel compression happens in the context of parallel `.rpm` file creation. It's mentioned here: #1324 and compression semaphore can handle that. `zstd` counterpart is here: facebook/zstd#2290. You can view, comment on, or merge this pull request onli