Email or username:

Password:

Forgot your password?
Top-level
max22-

@neauoire @cancel I've made a little implementation in Go : 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 ^^)

2 comments
Devine Lu Linvega

@maxime_andre @cancel ah! that trips many people, how would you explain this so others aren't tripped by it?

Go Up