Boost logo

Boost :

Subject: Re: [boost] NuDB: A fast key/value insert-only database for SSD drives in C++11
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2017-03-22 04:21:08


On Tue, Mar 21, 2017 at 11:08 PM, Vinnie Falco via Boost wrote:
> I just released version 1.0.0 of my header-only C++11 library NuDB.
> Its quite a mature library, haven't had to make any changes in a
> while. Its been running on production servers for 2 years or so with
> no problems, managing ever-growing databases of 2TB.
>
> I'm wondering what the level of interest, if any, there would be for
> making this a part of Boost. You can check it out here:

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?

Glen


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