Boost logo

Boost :

Subject: Re: [boost] NuDB: A fast key/value insert-only database for SSD drives in C++11
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2017-03-25 15:04:49


On Wed, Mar 22, 2017 at 12:21 AM, Glen Fernandes via Boost
<boost_at_[hidden]> wrote:
> I only had a brief look - one quick question: Is your arena allocating
> storage for a sequence of uint8_t's, and you're constructing 'element'
> objects in that storage?

Kind of, each object allocated in the arena is an `element` type,
followed by a variable number of bytes of storage.


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