orisano / jpeg-decoder

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

component id の unique check部分で線形探索している #1

Open orisano opened 6 years ago

orisano commented 6 years ago

https://github.com/orisano/jpeg-decoder/blob/f7ddf399ff6240424dce79e16c3173f3444266b3/src/parser.rs#L173

HashSetを使うようにした場合とのbenchmarkを取る

orisano commented 6 years ago

unique checkのみをするmethodに切り出して, 必要ない時はoffにできるようにする