@neauoire @cancel A couple of things that are tripping me :
- CPY uses a "negative offset plus 1", but it's not clear if it's "-offset + 1" or "-(offset + 1)"
- It's implied that the dictionary pointer is always pointing to the end of the dictionary buffer after the last copy/append operation, right?
@renaudbedard @cancel
Example: an offset of 0 means go back by 1 bytes into the history.
And the pointer is the at the end of the dictionary buffer yep.
I'll add a bit about the negative increment to the offset to the docs! thanks for pointing it out