Skip to content

Draft: [libarchiveplugin] Speed up extraction of sparse files

Ilya Pominov requested to merge ipominov/ark:extract_speedup into master

Speed up extraction of sparse files using libarchive's zero-copy architecture instead of buffer copying.

https://github.com/libarchive/libarchive/wiki/ZeroCopy

Merge request reports