|
From: | gcc-bugzilla at gcc dot gnu dot org |
Subject: | [Bug classpath/22647] ZipFile.readEntries' bad perfomace for archives with many files |
Date: | 16 Oct 2005 01:26:14 -0000 |
readEntries method of ZipFile.java uses RandomAccessFile.java to read files byte by byte that in turn causes huge number of single byte read syscalls. Thus the perfomance of this code is bad for archives with large number of files. ------- Comment #1 from from-classpath at savannah dot gnu dot org 2002-11-29 19:46 ------- readEntries() now uses byte buffers to minimize the reading of single bytes. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22647
[Prev in Thread] | Current Thread | [Next in Thread] |