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
Avoid using expensive reflect for the Bond.Equal method
reflect.DeepEqual is quite expensive so let's compare Bond
fields manually and using more efficient methods from the generics
package.
Signed-off-by: Milan Lenco <[email protected]>
(cherry picked from commit a783bfc)
0 commit comments