Re: Making Gzip splittable

2012-02-22 Thread Niels Basjes
Hi, On Wed, Feb 22, 2012 at 19:14, Tim Broberg wrote: > There are three options here: > 1 - Add your codec, and alternative to the default gzip codec. > 2 - Modify the gzip codec to incorporate your feature so that it is > pseudo-splittable by default (skippable?) > 3 - Do nothing > > The cod

RE: Making Gzip splittable

2012-02-22 Thread Tim Broberg
Niels, There are three options here: 1 - Add your codec, and alternative to the default gzip codec. 2 - Modify the gzip codec to incorporate your feature so that it is pseudo-splittable by default (skippable?) 3 - Do nothing The code uses the normal splittability interface and doesn't invent