Some notes on programming: mostly low-level or high-performance stuff While working on an implementation of merge sort promised in the previous article, I realized that I’d like to use one neat little thing, which is worth its own post. It is a simple strategy for sorting or doing comparison-based tasks, which works wonderfully when input data is small enough. Suppose that we have a very small arr