image-rs / image-gif

GIF en- and decoder
Apache License 2.0
148 stars 42 forks source link

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

Closed kornelski closed 8 months ago

kornelski commented 8 months ago

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