$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Block Pointer] benchmark
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-05-25 13:09:24
On 25/05/2011 18:25, Phil Bouchard wrote:
> Just to make sure: O(n) where n is the number of objects already allocated?
The number of objects currently in the pool.
>> The pages are not contiguous, so you need to walk through each page at
>> least.
>
> It'll still be decently fast.
It's already what it does.