$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [MultiIndex] Memory consumption of ordered indices
From: Olaf van der Spek (ml_at_[hidden])
Date: 2015-02-20 02:40:10
Hi,
What's the memory consumption of ordered indices? Is it implemented as
a linked list, so two pointers per element?
In that case for a write-only data structure an external ptr vector
would make more sense wouldn't it?
-- Olaf