@neauoire @cancel I've made a little implementation in Go : https://github.com/max22-/ulz-go
it was a little bit difficult to understand that you can copy data even if the length goes past the end of the output buffer (i did an equivalent of memcpy, and it didn't work ^^)
@maxime_andre @cancel ah! that trips many people, how would you explain this so others aren't tripped by it?