Subject: [boost] Integer sorting
From: Fenil Mehta (fenilgmehta_at_[hidden])
Date: 2018-12-23 18:56:59


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.

Regards,
Fenil Mehta