$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Tokenmap] A (perfect) hash container library chcked-in to sandbox (RFC)
From: Slawomir Lisznianski (slisznia_at_[hidden])
Date: 2010-02-22 15:16:43
> - key size selectable at compile time (for example uint16_t if one
> needs very short keys). It seems that this is already possibile.
correct
> level of indirection to store the value. Maybe having a sepearate
> token pointer map (similar to boost pointer containers) would be
> better. (or even better support some form of unique_ptr).
the plan is to introduce ptr_tokenmap to replace existing tokenmap and
have a tokenmap with by-value semantics.
naturally, all the STL-pieces like iterators are coming shortly too.