Eigenstate: myrddin-dev mailing list

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

Re: [PATCH] libflate (DEFLATE decoding)


On Sat, May 26, 2018 at 03:01:45PM -0700, Ori Bernstein wrote:
> Yes. I'll probably be throwing a few files that other third
> party implementations generate at it, and I will probably
> add them as test cases.

Using gzip, here is a way to create a naked deflate stream:

  cat "$1" | gzip --no-name | tail --bytes=+11 | head --bytes=-8 > "$1".deflate

> The code quality is definitely good, at least. I'm happy to
> merge it as is, after a bit more testing. The mini-language
> for testing is quite nifty, too.

Cool, let me know when you push it.

-- Q

Follow-Ups:
Re: [PATCH] libflate (DEFLATE decoding)Ori Bernstein <ori@xxxxxxxxxxxxxx>
References:
[PATCH] libflate (DEFLATE decoding)Quentin Carbonneaux <quentin@xxxxxx>
Re: [PATCH] libflate (DEFLATE decoding)Ori Bernstein <ori@xxxxxxxxxxxxxx>