Add multithreaded XZ archive mode. #11

Closed
opened 2023-12-31 19:21:23 +03:00 by voronind · 1 comment
Owner

Use xz --threads=X for something like archive_mt? It creates bigger file, but much faster. Do research before. Also it limits to 6 cores to not to exceed 8 GiB memory limit, work around that, too?

  • Research if I need it at all (size/speed diff?).
  • Research best parameters.
  • Implement.
Use `xz --threads=X` for something like `archive_mt`? It creates bigger file, but much faster. Do research before. Also it limits to 6 cores to not to exceed 8 GiB memory limit, work around that, too? - [x] Research if I need it at all (size/speed diff?). - [x] Research best parameters. - [x] Implement.
voronind added the
Future
label 2023-12-31 19:21:23 +03:00
Author
Owner

Resolved by 6d10fdeb75

Resolved by 6d10fdeb75a7e892b262bd1c4fdcfdcd9654445b
This repo is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: voronind/linux#11
No description provided.