Subject: Re: [boost] Integer sorting
From: Frédéric (ufospoke_at_[hidden])
Date: 2018-12-29 06:23:51


> I have written a sorting algorithm which is way faster than std::sort for
> all array size.

Could you give more insights on what you did to make it work so fast?
The doc is rather small. Also, when comparing with std::sort, could
you say which implementation of the standard library you use and which
compiler?

Regards,

F