$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Integer sorting
From: Marc Glisse (marc.glisse_at_[hidden])
Date: 2018-12-28 20:45:44
On Mon, 24 Dec 2018, Fenil Mehta via Boost wrote:
> I have written a sorting algorithm which is way faster than std::sort for
> all array size. The link is as follows:
> https://github.com/fenilgmehta/Fastest-Integer-Sort
>
> Some guidance would be appreciated on how to improve the project structure
> and the steps to get it included in boost.
Compare with Boost.Sort then contact its maintainer.
-- Marc Glisse