-
Notifications
You must be signed in to change notification settings - Fork 9
ENH: benchmark for iterators doing a static cast of pixel #108
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
ENH: benchmark for iterators doing a static cast of pixel #108
Conversation
dzenanz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good on a glance, I have not tried running it (yet).
|
Here is the performance I get on my platform. updated I would be curious how MSVC compares. |
349f412 to
b8d6f5d
Compare
|
Running b8d6f5d, compiled with VS2026: |
b8d6f5d to
7fb08c1
Compare
|
I updated the PR, and my posed performance benchmark to include comparison to the ImageAlgorithm::Copy ( which is an std::transform ). There are a couple observations here:
|
No description provided.