What is the cost of a function call?

后端 未结 15 747
天命终不由人
天命终不由人 2020-12-12 22:34

Compared to

  • Simple memory access
  • Disk access
  • Memory access on another computer(on the same network)
  • Disk access on another computer
15条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-12 22:56

    Depends on what that function does, it would fall 2nd on your list if it were doing logic with objects in memory. Further down the list if it included disk/network access.

提交回复
热议问题