Tag Archives: c++ java

Why processing a sorted array might be faster than unsorted

I’ve just read this week’s stackoverflow newsletter, and was intrigued by a recent top question “Why is processing a sorted array faster than an unsorted array?” Anyone writing performance-critical processing code should be aware of this; the C++ comparison showed … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment