Improving cache locality of binary search by doing local linear search?

后端 未结 0 535
有刺的猬
有刺的猬 2021-01-12 06:41

Binary search of a sorted array may have poor cache locality, due to random access of memory, but linear search is slow for a large array. Is it possible to design a hybrid

相关标签:
回答
  • 消灭零回复
提交回复
热议问题