lakwet / voracious_sort

Voracious radix sort
MIT License
61 stars 2 forks source link

Should be no_std #7

Open jon-chuang opened 3 years ago

jon-chuang commented 3 years ago

I believe all the non parallel functionality should only require core, not std. Unless maybe, hashmaps are used...

lakwet commented 3 years ago

I will see if it is complicated to do that.

lakwet commented 3 years ago

@jon-chuang I was wondering how you use the sort. Maybe if you can tell me that I could code a dedicated version of the sort. It would be easier to do it as "#no_std" and it would be faster.