Researchers have developed an open-source code that sorts arrays of numbers up to 10 times faster than C++'s std::sort, using SIMD/vector instructions and a portable implementation across multiple CPU architectures. The new algorithm outperforms state-of-the-art algorithms for sorting large datasets.