Why processing a sorted array is faster than processing an unsorted array (stackoverflow.com) 8 points by FjordPrefect 10y ago ↗ HN
[–] CarolineW 10y ago ↗ This is a fascinating article that I think should be submitted every six months or so. If you haven't read it, I strongly recommend that you do so.The only substantial discussion on HN I could find is from 4 years ago: https://news.ycombinator.com/item?id=4637196It would be interesting to know if anything has changed.In case you're interested in checking for other comments on the topic (and there are a few here and there), here are some of the other submissions:https://hn.algolia.com/?query=Why%20processing%20a%20sorted%... [–] brudgers 10y ago ↗ To me, the profiling parable seems more important than the sorting story.
2 comments
[ 3533 ms ] story [ 73.3 ms ] threadThe only substantial discussion on HN I could find is from 4 years ago: https://news.ycombinator.com/item?id=4637196
It would be interesting to know if anything has changed.
In case you're interested in checking for other comments on the topic (and there are a few here and there), here are some of the other submissions:
https://hn.algolia.com/?query=Why%20processing%20a%20sorted%...