5 ms·
I ported the block format to Rust matching the C implementation in performance and ratio. https://github.com/pseitz/lz4_flex https://github.com/pseitz/lz4_flex
by PSeitz 6y ago
I ported the block format to Rust matching the C implementation in performance and ratio.
https://github.com/pseitz/lz4_flex https://github.com/pseitz/lz4_flex
- pmarreck 6y agoNICE! Well done!
- dgacmu 6y agoHas anyone written the appropriate Reader wrappers to use this with file io? (Asking b/c a quick search didn't turn anything up.)
- PSeitz 6y agofile io should come with the frame format, which is not yet implemented. For the block format it's not really suited.