Boost logo

Boost :

From: Greg Colvin (Gregory.Colvin_at_[hidden])
Date: 2002-09-21 17:05:14


At 01:55 PM 9/21/2002, you wrote:
>From: "David Abrahams" <dave_at_[hidden]>
>...
>
>> > > 1. Should we think about optimizing away storage for the deleter when
>> it's
>> > > known to be stateless?
>> >
>> > We might, although I'm not convinced that it's worth it.
>>
>> If we started using pool allocation as an optimization it might be.
>
>Pool allocation is another optimization that I'm not fond of. :-)

A fairly painless step in that direction would be to use
std::allocator instead of std::operator new to allocate
handles.


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