Boost logo

Boost :

From: Giovanni Bajo (giovannibajo_at_[hidden])
Date: 2004-03-02 23:40:20


Jared Roberts wrote:

> To help me evaluate the design, I wrote a few quick client programs to
> try and get a feel for the 'language'. The most instructive of these,
> was a quicksort function, modelled after the example given on the
> haskell home page ( http://www.haskell.org/aboutHaskell.html ):
>
> template<typename ordT>
> struct quicksort : public c_fun_type<list<ordT>, list<ordT> >
> {
> [snip]

Cute. Do you have some timings for this? How fast is it?

-- 
Giovanni Bajo

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk