$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Container] small flat set ?
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2017-09-17 16:42:32
On 16/09/2017 19:46, Phil Endecott via Boost wrote:
> This now works for me. I've done some quick benchmarks; I have a test
> harness that applies a sequence of operations - insert, erase by value,
> assign, empty(), equality comparison, enumeration - extracted from a
> run of my application to various implementations of small sets. The
> value type in each case is uint64_t and for the static and small vectors
> the size is 8. Benchmark run times are:
Many thanks. I need to see why flat_set segfaults.
Best,
Ion