commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug #925] ZipFile.readEntries' bad perfomace for archives with many fil


From: nobody
Subject: [Bug #925] ZipFile.readEntries' bad perfomace for archives with many files
Date: Tue, 30 Jul 2002 17:38:25 -0400

=================== BUG #925: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=925&group_id=85

Submitted by: None                      Project: classpath                      
Submitted on: 2002-Jul-30 17:38
Severity:  5 - Major                    Resolution:  None                       
Assigned to:  None                      Status:  Open                           
Platform Version:  None                 

Summary:  ZipFile.readEntries' bad perfomace for archives with many files

Original Submission:  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.



No Followups Have Been Posted




No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=925&group_id=85



reply via email to

[Prev in Thread] Current Thread [Next in Thread]