Skip to content

perf: null out zip reader after reading archive

feistel requested to merge feistel/gitlab-pages:perf/nil-zip-archive into master

What does this MR do?

a.archive is only used inside readArchive which means we can null out the entire zip.Reader to recycle memory

TODO

Merge request reports