Performance: how to improve it (and still focus on reverse engineering) #274
Closed
maximilien-noal
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feel free to post any idea/issue related to performance in general in this discussion.
Specific areas can be tackled in new or existing issues.
One thing that kills performance is when we trigger the GC too many times per frame.
This has happened in the past, when lambdas were used for the default value provided to the extension method "ComputeIfAbsent".
Beta Was this translation helpful? Give feedback.
All reactions