https://issues.apache.org/bugzilla/show_bug.cgi?id=51276
--- Comment #6 from Alex Dupre <[email protected]> 2011-05-27 16:58:33 UTC --- I wanted to create the most simple test case to show up the *enormous and unjustified* performance difference of JarFile vs JarInputStream on local files. Passing a URL pointing to a local file doesn't change anything (yes, I tried), probably you can see a speedup if the url is pointing to a very slow location (when does it happen?). So I agree with you to use JarFile if the file is local and JarInputStream for other cases. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
