Algorithms for modern hardware?

后端 未结 5 683
死守一世寂寞
死守一世寂寞 2021-01-31 21:32

Once again, I find myself with a set of broken assumptions. The article itself is about a 10x performance gain by modifying a proven-optimal algorithm to account for virtual mem

5条回答
  •  孤独总比滥情好
    2021-01-31 22:12

    There are no broken assumptions that I see. Big-O notation is a measure of algorithmic complexity on a very, very, simplified idealized computing machine, and ignoring constant terms. Obviously it is not the final word on actual speeds on actual machines.

提交回复
热议问题