Y
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
dgacmu
1965 days ago
Has anyone written the appropriate Reader wrappers to use this with file io? (Asking b/c a quick search didn't turn anything up.)
link
PSeitz
1965 days ago
file io should come with the frame format, which is not yet implemented. For the block format it's not really suited.
link
pmarreck
1965 days ago
NICE! Well done!
link