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

[C#9] Function pointers #64

Closed
Tracked by #9
adrianoc opened this issue Dec 8, 2020 · 0 comments
Closed
Tracked by #9

[C#9] Function pointers #64

adrianoc opened this issue Dec 8, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@adrianoc
Copy link
Owner

adrianoc commented Dec 8, 2020

Function pointers are similar to delegates, but much faster since they do not use the delegates machinery and avoids instantiations but they can only be used in unsafe context.

@adrianoc adrianoc added the enhancement New feature or request label Dec 8, 2020
@adrianoc adrianoc mentioned this issue Dec 8, 2020
100 tasks
adrianoc added a commit that referenced this issue Jan 3, 2021
Implements enhancement #64
@adrianoc adrianoc closed this as completed Jan 3, 2021
adrianoc added a commit that referenced this issue Jan 3, 2021
Implements enhancement #64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant