17 Sep
2017
17 Sep
'17
4:42 p.m.
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