From: Mark W. <ma...@kl...> - 2003-07-13 22:13:28
|
Hi, On Fri, 2003-07-11 at 21:12, Khaki Wizard wrote: > Since I only call the > inflater.inflate() > I want to make sure it is usable now. > > Could you tell me if jazzlib is essentially OK to use? Jazzlib has been used for a long time as the default java.util.zip implementation for GNU Classpath and it has been used by a couple of VMs for a long time. So it certainly seems to be very usable. There were some speed optimizations that went into GNU Classpath (mainly for ZipFile). I don't know if they have been ported back to the Jazzlib tree yet. Cheers, Mark |