$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [multi_index] Extending multi_index_container hash tables
From: Vladimir Voznesensky (vvoznesensky_at_[hidden])
Date: 2011-05-17 11:32:10
Hello there.
Another question.
Why nodes with similar values are grouped sequentially in non-unique hash
table? It's rather a strong restriction leading to extra iterations during
insertions and modifications (please, see link_point and in_place methods in
hashed_index.hpp).
-vv