You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This optimizes the `hash` implementation added in
#452. Creating tuples with statically
unknown types that may hold random values at runtime should be avoided
for performance reasons. As a result, the allocation regression
reported in #558 has been reduced to the
previous level, although the time regression from `hash` calculation
still remains.
0 commit comments