Hello! Great library, but sadly it seemed to choke on compression with Shakespeare’s Twelvth Night that I used to test out my own compression algorithm (rbx-deflate).
ReplicatedStorage.LZ4:203: invalid argument #2 to ‘pack’ (unsigned overflow)
As someone who rewrote @1waffle1’s text compression to work with ascii values 0-255 (emoji support), I’ve been looking for a more faster way to compress data since compressing about 4 mb of code to fit it into DataStores takes a good second for the server to compute, let alone with 50+ players in one server. LZ4 apparently seems to be a faster algorithm than LZW, which is how I found your post.
I’m hoping that this project goes somewhere!