GrailSort icon indicating copy to clipboard operation
GrailSort copied to clipboard

New interface compatible with std::sort.

Open pystraf opened this issue 1 year ago • 0 comments

I have added support for C++14 and above versions. The new project has a grailsort.hpp file that contains four export functions: grailsort:: grail_sort (GrailSort), grailsort:: grail_sort_buffer (GrailSortWithBuffer), grailsort:: grail_sort_dyn_buffer (GrailSortWithDynBuffer), grailsort:: rec_stable_sort (RecStableSort). The interface of each function is consistent with std::sort.

pystraf avatar Jul 19 '23 09:07 pystraf