The way the issues is phrased ("Allow using"), it's a policy question, not an
issue to work on, so I suggest moving it off the tracker (where people don't see
it) and onto the downward-dev mailing list or one of our meetings. Hence I'm
marking this resolved, but please do bring this up with the others.
Regarding no 7., the main reason we're using GNU's hashed containers instead of
the standard library's (which should be identical to the TR1 types) is because
in our most recent tests, GNU's containers were more compact. It would indeed be
good to experimentally quantify the actual time and memory differences. So far,
we have only done artificial benchmarks to test memory consumption in the limit,
but these don't really matter if hash table overhead isn't a large factor in our
overall memory usage.
|