image-rs / image-gif

GIF en- and decoder
Apache License 2.0
150 stars 40 forks source link

Use on-stack buffer to avoid single-byte writes #183

Closed kornelski closed 10 months ago

kornelski commented 10 months ago

30% reduction in code size, and less penalty for not using BufWrite.