Difference between revisions of "Thread:Talk:Binary Search PIF/Great and very detailed article!/reply"

From Robowiki
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 21:01, 3 November 2017

Algorithmic optimisation will pretty much always outperform low level optimisation's such as optimising memory access for cache misses.

You really shouldn't need to worry about cache misses in Java!

Optimising from o(n) to o(log n) will give a big performance benefit!