Optimising software
I am interested in ideas for optimising software
+
–
Do you know what causes software to feel slow?
How can we speed up programs?
没有子分类。
+[问题]
想法 Invariant optimisation code movement
Imagine I have a nested loop and I do lots of work in this nested loop. Wouldn't it be more efficient to do some of this work incrementally such as when objects are created?
+[想法]
+[项目]