image-rs / jpeg-decoder

JPEG decoder written in Rust
Apache License 2.0
148 stars 87 forks source link

Outstanding performance in grayscale decode #153

Closed HeroicKatora closed 2 years ago

HeroicKatora commented 4 years ago

This is a tracking issue for the potential improvements brought up in this comment. This requires use of slice::copy_within which is available only since 1.37.