ElectricTortoise
ElectricTortoise
CC#
Created by ElectricTortoise on 2/19/2025 in #help
What affects the speed of my code?
My code is searching a game tree and I'm trying to figure out why it is so slow using the profiler. Do I look at CPU or memory or GC? I was told that heap allocation is bad as my game tree is huge and constantly cloning heap memory will slow me down significantly.
46 replies
CC#
Created by ElectricTortoise on 2/19/2025 in #help
✅ How do I interpret profiler results?
No description
5 replies
CC#
Created by ElectricTortoise on 2/3/2025 in #help
✅ Deep copy struct
No description
90 replies
CC#
Created by ElectricTortoise on 1/20/2025 in #help
✅ how do i read a global variable
No description
80 replies
CC#
Created by ElectricTortoise on 12/20/2024 in #help
Why is the struct allowed but the class isn't?
No description
42 replies