GC / Garbage Collector Make a Aplication Running Slow #9051
Unanswered
lutfibintoro
asked this question in
Language Ideas
Replies: 1 comment
-
See: #7933 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Intensive I/O in memory makes GC work harder and degrades performance. I hope C# builds new features about strict memory hygiene rules and adds manual memory cleanup like delete in C. I believe this small change will make C# applications run faster. But since manual memory management is risky, we make GC still able to do its job.
Beta Was this translation helpful? Give feedback.
All reactions