From 21fa36ecdd6cb67bb58693d27cd3bb9d431d76a9 Mon Sep 17 00:00:00 2001 From: spreadsort Date: Tue, 10 Mar 2015 06:36:35 -0400 Subject: [PATCH] Add sort library to the release notes --- feed/history/boost_1_58_0.qbk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/feed/history/boost_1_58_0.qbk b/feed/history/boost_1_58_0.qbk index a4ba3206..8ae03377 100644 --- a/feed/history/boost_1_58_0.qbk +++ b/feed/history/boost_1_58_0.qbk @@ -26,6 +26,9 @@ * [phrase library..[@/libs/corotuine2/ Coroutine2]:] * C++14-only implementation of coroutines +* [phrase library..[@/libs/sort/ Sort]:] + * includes spreadsort, a general-case hybrid radix sort that is faster than O(n*log(n)) + * /TODO/ [endsect]