Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 380 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 380 Bytes

The best Bitonic sort implementation ever written

Parallel sorting is so fast compared to sequential sorting, given you have have the processors. This implementation of Bitonic sort uses CUDA to achieve monsterous performance.

Test sample

sorting

Sorting a list with 2^29 elements

HUGE_sorting