You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roblox has supported ZSTD compression on chunks for a while now by checking for the magic number (0xFD2FB528) on the start of compressed data.
I have made a patch on my end using github.com/klauspost/compress/zstd but due to my limited knowledge of Go I don't feel like it's adequate for a pull request.
But I have attached an example file using ZSTD compression for testing.
The text was updated successfully, but these errors were encountered:
Roblox has supported ZSTD compression on chunks for a while now by checking for the magic number (0xFD2FB528) on the start of compressed data.
I have made a patch on my end using github.com/klauspost/compress/zstd but due to my limited knowledge of Go I don't feel like it's adequate for a pull request.
But I have attached an example file using ZSTD compression for testing.
The text was updated successfully, but these errors were encountered: