axone-protocol/axoned

⚡️ Consider performance implications of IsZero function

Opened this issue · 0 comments

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