we had a process that would unpack resources from ...
# pex
r
we had a process that would unpack resources from pex files via a special util entrypoint that used python’s zip lib; tl;dr, it took ~5+ minutes to unpack a handful of tiny text files via this route and on the order of ~5 seconds to do the same with
zip(1)
a
this is a really good comparison, thanks