Hi David,
David Golden schrieb:
Is _first_member is being called more than once for each zip file? If
so, I would suggest caching %names by zip file.
that's something I haven't thought of yet. Thanks for the suggestion.
Off the top of my head, I'd say several thousand (but not 100k) files in
a .par/pp'd .exe could well happen. That's already quite a bit of memory
used for caching. :/
(People have been complaining about the memory overhead of PAR lately.)
I'll investigate a little where the routine in question was used.
Perhaps that's where I can do a little optimization.
Steffen