JVM Usenix paper got rejected

Bryce McKinlay bryce@albatross.co.nz
Sun Dec 17 17:08:00 GMT 2000


Jeff Sturm wrote:
> IIRC the real slowdown was in reading compressed jar files. If I
> extracted classes.zip or rearchived it without compression, class
> loading was significantly faster.

Hmm. I don't know what would cause that. The zip implementation itself seems to
perform ok. With the attached test case and a 750k compressed zip containing lots of
small files:
gcj 2.97 20001217:
$ ./tz sup1-egs.zip
[...]
Read 1392 entries in 522ms.
"J2RE 1.3.0 IBM build cx130-20000623":
$ java TestZip sup1-egs.zip
[...]
Read 1392 entries in 947ms.
This is despite all our Inflater methods being synchronized, which is specified in
older specs but not mentioned in the more recent javadocs etc. Anyone else think that
synchronization of the Inflater is a bit useless?
regards
 [ bryce ]


More information about the Java mailing list

AltStyle によって変換されたページ (->オリジナル) /