omarobeya / parallel-inplace-radixsort

Other
20 stars 5 forks source link

Crash with 2^31 and more elements #3

Open MichaelAxtmann opened 4 years ago

MichaelAxtmann commented 4 years ago

Hello,

It seems like your implementation returns unsorted output when executed with 2^31 or more elements. Can you reproduce this issue?

Best, Michael

omarobeya commented 3 years ago

Thanks for pointing out with issue Michael, we reproduced the issue with arrays with more than 2^31 elements and will work on it. The algorithm still works fine for smaller arrays.

vigna commented 3 years ago

Has this been fixed in the current version?