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-27 11:31:08


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.


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