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

Check the performance of using Utilities.Pin() instead of Interop.Fixed() #1

Open
tomba opened this issue Feb 6, 2016 · 0 comments

Comments

@tomba
Copy link
Owner

tomba commented Feb 6, 2016

Interop.Fixed() is not available outside SharpDX, so the new Toolkit code uses Utilities.Pin(). This works, but if used in a hot path it is possible that it causes performance problems.

It would be good to check the performance difference, and see if any of the call sites are in hot paths. Also, it should be studied if we could get rid of pinning altogether.

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

1 participant