Morwenn / cpp-sort

Sorting algorithms & related tools for C++14
MIT License
621 stars 57 forks source link

Any plan about external sort? #213

Closed xiaohaoxiang closed 1 year ago

xiaohaoxiang commented 1 year ago

There don't seem to be any famous external sorting library.

Morwenn commented 1 year ago

Indeed, there are no such algorithm in the library and no such plan.

I realized some time ago that I still have years of work ahead just with serial internal sorts, so it's unlikely that I will move the library toward parallel sorts or external sorts before at least another decade.