タグ

ブックマーク / medium.com/@minimarcel (1)

  • Effects of CPU caches

    The other day, at the office, we were discussing on the choice between an array and a linked list. Frankly I’d always thought that a linked list was a great alternative for complex list manipulations, and except for the cost of the pointers linking the element between them, there was no other cost when iterating over a linked list compared to an array. But things are not that simple. Lately, I fou

    Effects of CPU caches
    komlow
    komlow 2018/04/12
  • 1