-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benchmark against the C implementation of OpenEXR #185
Comments
It would be interesting to have benchmarks on x86 as well as ARM. I've tried running the benchmarks from #181 on a 16-core Ampere Altra machine from Google Cloud, and
Decoding a zipped image in 13 milliseconds, how cool is that? That is, as long as you don't have to do any pixel format conversions, and don't run into #178 and #182. Those things really rain on our parade if you try to decode into RGBA |
we should differentiate, but do both, of the following comparisons:
|
What can be improved or is missing?
Provide benchmarks comparing the performance of this crate to the OpenEXR reference implementation.
Implementation Approach
The
openexr
crate provides high-level, mostly safe bindings to the C implementation.The text was updated successfully, but these errors were encountered: