This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Excessive memory usage of large hash_maps
Sorry I've taken so long to get to this.
>Didn't realize you were doing that! I was planning to rewrite the TR1
>version of hash tables once we'd set up the infrastructure for where we'll put
>TR extensions.
I would suggest writing this, and then we'll add it.
I think the proposals for adding TR1 bits are mostly spot-on. Ie, use
include/tr1, and namespace tr1.
I would add that I think all TR1 code should not go into libstdc++.so
(hello, versioning nightmare!) and instead go into a separate library,
maybe libtrc++ or whatever, name to be decided later. This would be done
much like libsupc++, but we'd build and install a shared library too.
-benjamin