1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# Sleepsort > efficiently sleeping with (sub-)nanosecond precision and asm threads ## Dependencies - ed - nasm - gcc - make ## Usage ``` bash ed sort.asm # edit array and choose coolsleep/boringsleep make ./sort ```