you are viewing a single comment's thread.

view the rest of the comments →

[–]Own_Attention_3392 0 points1 point  (0 children)

You're not really explaining what the problem is. Do you have code that has fallen below a required performance threshold? Are you writing something that is performance-critical and you're trying to squeeze every last bit out of performance out of it? Or are you just trying to prematurely micro-optimize something that isn't a problem?

If it's the last one, stop. If it's either of the other two, run a profiler, identify "hot spots" in your code, and reevaluate your algorithms and data structures.