Those C libraries are pthread (don't need that in Java as it has its own thread API) and zlib (pretty standard gz library). With that in mind, this may be a useful reference: http://www.jcraft.com/jzlib/
On 9 May 2017 at 19:22, sebb <[email protected]> wrote: > AFAICT the implementation is written in C and uses some C libraries. > > It would have to be completely rewritten for Java. > Not a trivial job, though it may be possible to use the algorithm. > > On 10 May 2017 at 01:03, Gary Gregory <[email protected]> wrote: > > I've not heard of it on the ML yet. Go for it! ;-) > > > > Gary > > > > On Tue, May 9, 2017 at 4:44 PM, Roger Whitcomb < > [email protected]> > > wrote: > > > >> Someone here was doing benchmarks using "pigz" (see here: > >> http://zlib.net/pigz/, basically multi-threaded "gzip") and I couldn't > >> find any "reasonable" Java implementations. Anyone thought about it for > >> Commons Compress? > >> > >> Thanks, > >> Roger Whitcomb > >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Matt Sicker <[email protected]>
