TIL Bitonic sorter. Came accross interesting implementation of bitonic sorting for Intel, offical from Intel and ARM A fast vectorized sorting implementation based on the ARM scalable vector extension (SVE), (A fast vectorized sorting implementation based on the ARM scalable vector extension (SVE))[https://arxiv.org/abs/2105.07782] (SVE is not supported by Apple silicon), Basic principles and bitonic sorting in official ARM’s Neon programmers’ guide. One time I will add these implementations to Swift.