Boost logo

Boost :

From: Ed Brey (brey_at_[hidden])
Date: 1999-07-07 13:26:17


Email seemed somewhat boring, until Beman Dawes wrote:
>
>There is a draft paper on implementation variations available at
>http://www.boost.org/imp_vars.htm
>
>I would appreciate comments.

Very good overall.

There is a difference between "separate components" and "template-
based approaches that should be identified. Using separate components
includes an extra level of indirection, which trades off extra space
and time for the ability to select the implementation at run-time.
Using template-based approaches provides optimal space and time
efficiency in return for constraining the implementation selection to
compile time.

Minor errors:
Replace "when its reasonably to use" with "when it's reasonable to use".
Replace "Template based" with "Template-based".

------------------------------------------------------------------------

eGroups.com home: http://www.egroups.com/group/boost
http://www.egroups.com - Simplifying group communications


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