Top "Sorting-network" questions

A network of comparisons/comparators for most efficient sorting programs where number of array elements are small.

Fastest sort of fixed length 6 int array

Answering to another Stack Overflow question (this one) I stumbled upon an interesting sub-problem. What is the fastest way to …

algorithm sorting optimization gpgpu sorting-network
Fast algorithm implementation to sort very small list

This is the problem I ran into long time ago. I thought I may ask your for your ideas. assume …

algorithm performance sorting sorting-network
Fastest way to sort 10 numbers? (numbers are 32 bit)

I'm solving a problem and it involves sorting 10 numbers (int32) very quickly. My application needs to sort 10 numbers millions of …

algorithm sorting insertion-sort sorting-network