You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/include/ext
Eric Fiselier 30af772fc7 Change default bucket count in hash_set/hash_map.
Previously these types rehashed to a table of 193 elements
upon construction. But this is non-ideal, first because default
constructors should not allocate unless necessary, and second
because 193 is big and can waste a bunch of memory.

This number had previously been chosen to match GCC's implementation.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@367605 91177308-0d34-0410-b5e6-96231b3b80d8
5 years ago
..
__hash Remove `using namespace std;` in __gnu_cxx namespace. 6 years ago
hash_map Change default bucket count in hash_set/hash_map. 5 years ago
hash_set Change default bucket count in hash_set/hash_map. 5 years ago