Skip to content
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

OpenEXR loading not making use of multiple threads #630

Closed
MrMabulous opened this issue Dec 10, 2019 · 0 comments
Closed

OpenEXR loading not making use of multiple threads #630

MrMabulous opened this issue Dec 10, 2019 · 0 comments
Milestone

Comments

@MrMabulous
Copy link

OpenEXR library supports multi-threaded file IO by setting Imf::setGlobalThreadCount(), this currently has no effect though on loading since loader code loops over image and reads data line by line (forcing it to be single threaded)

@cary-ilm cary-ilm added this to the v2.5.0 milestone Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants