$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Any interest in Compile Time Hash Containers library?
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2019-01-25 04:38:08
On Wed, Jan 23, 2019 at 4:34 PM Ivan Matek via Boost
<boost_at_[hidden]> wrote:
> I was contemplating writing a Compile Time Hash...library
The very first thing that popped into my head when I saw this is "I
would like a library that emits a perfect hash function at compile
time from a set of inputs."
Motivating use case:
<https://github.com/boostorg/beast/blob/develop/include/boost/beast/http/impl/field.ipp#L78>
Regards