Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Short-circuit value equality with an identity check (#6372)
We often reuse instances of objects with value semantics, and in such cases equality checking can be short-circuited by first checking for object identity before falling back to actually comparing the values of two objects. Review: @95-martin-orion
- Loading branch information