Y
Hacker News
new
|
ask
|
show
|
jobs
by
_vvhw
1968 days ago
I also appreciate LZ4's simplicity and tiny code footprint.
zstd is brilliant as well, but in terms of code base it's a whole other beast.
1 comments
makapuf
1968 days ago
Yes decompression on baremetal cortex m4 is a mere hundreds of bytes, you can decompress it from flash directly to its output buffer.
link
Teknoman117
1968 days ago
I've used it in bootloaders that have slow transfer mechanisms (uart, i2c) to get whatever speedup I can for a few hundred bytes of binary.
link