| Summary: | Please add multithread / multicore extraction and compression | ||
|---|---|---|---|
| Product: | [Applications] ark | Reporter: | etfaker |
| Component: | general | Assignee: | Elvis Angelaccio <elvis.angelaccio> |
| Status: | REOPENED --- | ||
| Severity: | wishlist | CC: | aacid, bizyaev, bugseforuns, integral, nate, rthomsen6, sam |
| Priority: | NOR | ||
| Version First Reported In: | 23.08.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/ark/-/commit/e0928747e26415a1b46e753c517fb83b4b24c62c | Version Fixed/Implemented In: | 24.02 |
| Sentry Crash Report: | |||
|
Description
etfaker
2023-09-05 06:24:50 UTC
I don't want to be ignorant but why doesn't this get more attention? Am I missing smth? *** Bug 474805 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/utilities/ark/-/merge_requests/207 Git commit e0928747e26415a1b46e753c517fb83b4b24c62c by Elvis Angelaccio, on behalf of Zhangzhi Hu. Committed on 05/11/2023 at 12:58. Pushed by elvisangelaccio into branch 'master'. Add support for xz & zstd multithread compression xz & zstd compression was single-threaded; make it multi-threaded, with an algorithm to calculate the ideal number of threads based on the number of CPU cores. FIXED-IN: 24.02 M +18 -0 plugins/libarchive/readwritelibarchiveplugin.cpp https://invent.kde.org/utilities/ark/-/commit/e0928747e26415a1b46e753c517fb83b4b24c62c Multithread fornxz and zstd was added but the majority of ppl work with zip,7z and rar which still doesn't have multithread and makes using Ark a lot.slower compared to other tools. |