Skip to content

Add fastzip archiver/extractor

Arran Walker requested to merge ajwalker/cache-perf/interface-zip into master

What does this MR do?

Adds a concurrent zip archiver/extractor using the new Archiver/Extractor interface.

Why was this MR needed?

Fastzip provides a concurrent extractor/archiver, uses faster compression algorithms and reduces lstat calls over the existing implementation.

What are the relevant issue numbers?

#1797 (closed)

Closes #26490 (closed)

#25991 (closed)

Edited by Arran Walker

Merge request reports