Hello, and welcome to a new issue of Links list! More non-technical links than usual this time. Modern sort algorithms Link to heading A very interesting comparison between very data-tailored sort algorithm versus modern generic ones. Spoiler: it’s almost never worth writing a specific radix-sort, because generic sorts are amazing and tuned so carefully.