Commits

Dmitri Gribenko committed d74b1834f8a
stdlib: Dictionary, Set: stop overallocating the bitmap The 'sizeInWords(forSizeInBits:)' function was supposed to return the size in words, but returned the size in bits, overallocating the bitmap by a factor of 32 or 64, depending on the platform.