Commits

Dmitri Hrybenko committed e5c3b534fe1
stdlib/HashedCollections: don't save the NativeStorage in a local variable We were avoiding recomputing it because it used to be a slow operation. Performance improvements, as reported by the perf testing buildbot: Histogram -14.07% StringUtilsUnderscoreCase -10.22% Dictionary -10.75% LevenshteinDistance -18.08% Regressions: * ArraySubscript 8.56% This is just bogus. That test does not do any hashing. * NSDictionaryCastToSwift 6.86% This test does not do any hashing. It operates only on empty dictionaries. I believe this is noise. Swift SVN r23991