
22 Feb
2010
22 Feb
'10
8:16 p.m.
- 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.