pelotoncycle / bsort

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

bug fix, changes to support huge files (tested on 1TB file) #3

Closed arturasi closed 7 years ago

arturasi commented 7 years ago

changed int to long to support huge files (now works on 1TB file) bug fix: key_size & record_size when calling radixify() were swapped compiler warnings resolved added time spent for sorting