Y
Hacker News
new
|
ask
|
show
|
jobs
by
cubefox
50 days ago
With "practically benefit" I meant a speedup that is noticable. Is there any software that is significantly bottlenecked by the speed of sorted search?
1 comments
_flux
49 days ago
I think it's possible to come up with a situation where you want to do a sorted search per every pixel in the screen, for every frame.
link
cubefox
49 days ago
That sounds promising. I think ray tracing checks for ray intersection over an unsorted polygon soup. Sorted data seems hard to come by.
link