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

Use .NET 5's pinned object heap #2053

Open
nattthebear opened this issue May 26, 2020 · 0 comments
Open

Use .NET 5's pinned object heap #2053

nattthebear opened this issue May 26, 2020 · 0 comments
Labels
Enhancement For feature requests or possible improvements Meta Relating to code organisation or to things that aren't code Priority: Lower than low

Comments

@nattthebear
Copy link
Contributor

nattthebear commented May 26, 2020

https://tooslowexception.com/pinned-object-heap-in-net-5/

Can improve performance with certain interop scenarios. Do not mindlessly drop in this feature everywhere. Most things probably don't want it at all; better to do short term pins and keep things recompactable for lower fragmentation

edit: requires #1415 --yoshi

@nattthebear nattthebear added Enhancement For feature requests or possible improvements Priority: Lower than low labels May 26, 2020
@YoshiRulz YoshiRulz added the Meta Relating to code organisation or to things that aren't code label May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For feature requests or possible improvements Meta Relating to code organisation or to things that aren't code Priority: Lower than low
Projects
None yet
Development

No branches or pull requests

2 participants