Boost logo

Boost Users :

Subject: Re: [Boost-users] Boost.Pool - Are you using this library, please can we have your input?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-01-18 17:04:57


On 18/01/2011 22:43, Steven Watanabe wrote:
> AMDG
>
> On 1/18/2011 1:36 PM, Mathias Gaunard wrote:
>> I'm a bit puzzled at one thing though: why is object_pool::free O(n)?
>> Couldn't it be O(1) like for the other interfaces? I suppose that's
>> because it tries to be order preserving, but I don't see any reason why
>> that should be forced on users.
>>
>
> It has to be order preserving to make the
> destructor work.

Albeit that's true in the general case, I believe it would still work
fine for many cases.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net