Faster sorting algorithms discovered using deep reinforcement learning

bici@beehaw.org to Programming@beehaw.org – 3 points –
Faster sorting algorithms discovered using deep reinforcement learning - Nature
nature.com

I've not yet had time for reading the full article but the topic is really interesting. This is for sure one great and good application of deep learning. Anyone with some insights on this topic?

3

At first glance this doesn't seem to be as impactful as you might think...

We reverse engineered the low-level assembly sorting algorithms discovered by AlphaDev for sort 3, sort 4 and sort 5 to C++ and discovered that our sort implementations led to improvements of up to 70% for sequences of a length of five and roughly 1.7% for sequences exceeding 250,000 elements.

Wouldn't this still be pretty massive at large scales like datacenters?