Hi.

I was wondering if you've planned to enchance extraction process of VFS? I
know, that extracting packages isn't the main driver behind developing VFS
library. However, VFS works unlike Java.util.zip (the umlaut issues) and
can handle several file types.

We've been using VFS, and with small zip packages (less entries)
extraction is efficient. However, when the package size (and entry count)
increases, the extraction time is increased almost exponentially. For
example, one large (>1Gb) zip took 7 minutes with org.apache.tools.zip and
1:07 minutes with VFS. So over 1 hour more... This is a huge issue for us
atleast.

So basicly I was wondering if it would be possible to change VFS to easily
"skip" the caching process when resolving file, but merely request next
entry from zip or any other file. I think this would help the efficiency
issues, or am I missing something? What do you think of this?

BR,
hrjk


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to