-
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
possible type instability in translate_cam #78
Comments
Thanks for posting this! I've been doing some digging and I think I have a solution to this issue. The modifications I've made so far have seemed to worked, and had a significant impact on the The change in
The change in
This second change may be less apparent, but previously the call used If it's of interest, the
with the new metrics being:
If you'd like, I can create a pull request for what I have already, but I haven't created any new tests. Any suggestions on what would be a good one, or ones? |
Could it be, that you are measuring compilation times? These could actually be influenced by typing the arguments... I can play around with that a bit. |
Ah, btw you're change is wrong. These need to be |
Ok, I'll revert that change and test to make sure things still work as expected. You also mentioned creating some tests? I'll also do some more experimentation on the performance side. At the very least I'll get some data to show why I wrote you about this particular function. |
I've added a test for |
Found by @CrashBurnRepeat.
Will need some tests (maybe call the function directly) and should be easy to fix!
The text was updated successfully, but these errors were encountered: