Skip to content

Optimize zip file finding

Arran Walker requested to merge ajwalker/zip-path into master
  • Removes filepath.Join (-3 allocs/op)
  • Uses path.Split, rather than filepath.Split. Zip files should only ever use forward slash separators.
Edited by Arran Walker

Merge request reports