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
The IsZero function uses reflection, which may introduce performance overhead in performance-critical areas. Consider benchmarking this implementation against type-specific zero checks for common types.
The
IsZero
function uses reflection, which may introduce performance overhead in performance-critical areas. Consider benchmarking this implementation against type-specific zero checks for common types.PR: #791
Comment: #791 (comment)
Requested by: @ccamel
The text was updated successfully, but these errors were encountered: