$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] NuDB: A fast key/value insert-only database for SSD drives in C++11
From: Asbjørn (lordcrc_at_[hidden])
Date: 2017-03-27 12:54:06
On 27.03.2017 13:31, Vinnie Falco via Boost wrote:
> On Mon, Mar 27, 2017 at 7:29 AM, Asbjørn via Boost
> <boost_at_[hidden]> wrote:
>> NuDB hashes the value to use as a key, from what I understood.
>
> Hmm, no - again, sorry for the confusion (the docs still need work!)
> The key is defined by the application. The hash function is used to
> calculate in which bucket to place the key, like std::hash.
>
Oh, my bad then. Not sure what I was thinking, I blame monday...
Sorry for the noise.
- Asbjørn