This change is the start of a rewrite of unordered_set and
unordered_map.
(By the way, I am new to GCC and do not have SVN write access.)
SUMMARY OF MOTIVATION FOR THE CHANGE
1. Speed. Linked lists are slow. Without them, we save memory,
allowing us to default to a lower load factor; or, the s
Silly me, pasting the patch at the bottom of my original message
didn't work. Patch is attached.
Also, to clarify, I am primarily seeking high-level comments; I am new
here and don't want to waste anybody's time.
Index: libstdc++-v3/include/Makefile.am
=
Thanks Jonathan! I will work on what you suggest.
Regarding bug 55815: thank you for pointing that out. I'll update the
bug this weekend.
Geoff