Skip to content

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

@tomba

Description

@tomba

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions