This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: ZipInputStream brokenness
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 03 Jun 2002 21:01:26 +1200
- Subject: Re: ZipInputStream brokenness
- References: <86y9dxdj94.fsf@megacz.com>
Adam Megacz wrote:
Okay, I've complained about this before. Libgcj's java.util.zip is
broken. Can we replace it with Jazzlib (pure Java, no native code) at
least until somebody steps up and fixes the native code version? IMHO
correctness is more important than performance.
I want to know how Jazzlib performs before we make any decision about
changing our java.util.zip to use it. If it performs poorly then we
really would be better off to fix the existing code.
regards
Bryce.