
15 Feb
2012
15 Feb
'12
7:18 p.m.
Frank Birbacher <bloodymir.crap <at> gmx.net> writes:
I've come across lots of code that uses std::set where I think a sorted vector would perform better. <snip> Is there general interest in such a container? I'd like to develop an implementation and offer it to Boost.
Frank
This is already in Boost.Container as boost::container::flat_set<>. Regards