Is your feature request related to a problem?
Comparing large objects (e.g. tables) structurally is slow; potentially slower than recomputing the value.
Desired solution
Create benchmarks to determine whether it is better to only compare objects using their explicit identity (and risk a cache miss if no object is found).
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response