Hacker News new | ask | show | jobs
by PSeitz 1965 days ago
I ported the block format to Rust matching the C implementation in performance and ratio.

https://github.com/pseitz/lz4_flex

2 comments

Has anyone written the appropriate Reader wrappers to use this with file io? (Asking b/c a quick search didn't turn anything up.)
file io should come with the frame format, which is not yet implemented. For the block format it's not really suited.
NICE! Well done!