Re: First cut of Huffman encoding in compression document.

On Wed, Oct 16, 2013 at 12:20:08PM -0700, Roberto Peon wrote:
> The first cut of Humman encoding is now included in the compression
> document.
> 
> Please take a look and shout about the parts that you find confusing/could
> be better expressed.

- Lengths are marked as 8+. Are those 8 bit prefix or 0 bit prefix
  (IIRC, those were 0 bit in some past versions)?
- Is encountering a name/value without End-Of-String an error?
- Is encountering a name/value with more bytes after EOS an error?
  * Appears to be string delimiter for values?


-Ilari

Received on Thursday, 17 October 2013 14:17:42 UTC