|
Boost : |
From: Pavol Droba (droba_at_[hidden])
Date: 2003-11-08 07:21:01
On Sat, Nov 08, 2003 at 01:28:05PM +1100, Matthew Hurd wrote:
[snip]
> Convenience and speed for the user versus a more complicated library...
>
> I can't see how to inject this into std to make it practical for a user...
> it would have to be the library writer. Is that true? Beyond me...
>
In my opinion, the benefits are not worth the extra complication in this case.
I cannot realy imagine much more that could be optimized in addtion to string concatenation.
In in this case there is an easy way for optimazation, when it is required (using +=).
So if the performance does matter, user has a simple solution.
If the performance is not important, there is not need for complication, that such
a framework would bring.
Just my $0.03
Regards,
Pavol
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk