pelotoncycle / bsort

Extremely fast inplace radix sort
Other
42 stars 17 forks source link

Improvements (including parallel radix sort) #14

Open ekg opened 5 years ago

ekg commented 5 years ago

This improves the library's usability in other projects by adding a namespace and setting up CMakeLists.txt. I additionally make the recursive passes in the radix sort run in parallel, saving a substantial amount of time for large files on systems with many CPUs.