From 949d3da8ca333c13dafab2b7aab520ab1dcc069c Mon Sep 17 00:00:00 2001 From: spreadsort Date: Thu, 12 Feb 2015 22:24:34 -0500 Subject: Add new sort library to libraries.html The same change has been merged into develop. --- libs/libraries.htm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/libraries.htm') diff --git a/libs/libraries.htm b/libs/libraries.htm index fedf967efa..34e00ab458 100644 --- a/libs/libraries.htm +++ b/libs/libraries.htm @@ -308,6 +308,8 @@ how to download, build, and install the libraries.

  • smart_ptr - Six smart pointer class templates, from Greg Colvin, Beman Dawes, Peter Dimov, Darin Adler, and Glen Fernandes.
  • +
  • sort - library that includes spreadsort, a general-case + hybrid radix sort that is faster than O(n*log(n))
  • statechart - Arbitrarily complex finite state machines can be implemented in easily readable and maintainable C++ code, from Andreas Huber.
  • @@ -401,6 +403,8 @@ how to download, build, and install the libraries.

  • range - A new infrastructure for generic algorithms that builds on top of the new iterator concepts, from Thorsten Ottosen.
  • +
  • sort - library that includes spreadsort, a general-case + hybrid radix sort that is faster than O(n*log(n))
  • string_algo - String algorithms library, from Pavol Droba
  • utility - Class next(),  prior() -- cgit v1.2.1