MDString are uniqued in the Context on creation, hashing the
pointer is less expensive than hashing the String itself.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Nice cleanup, assuming the tests pass. LGTM, as long you follow up
by doing the rest of the MDNodeKeyImpls so they aren't inconsistent.
In fact, I don't really see a problem with doing them in bulk, but
split it up how you like.