Commits

Dmitri Gribenko committed b0481b14f5b
AnyHashable: add a runtime cache to speed up initialization When initializing an AnyHashable instance we need to find a type that introduces the Hashable conformance. This commit adds a cache to remember the result of this lookup.