axoned
axoned copied to clipboard
⚡️ Consider performance implications of IsZero function
trafficstars
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: https://github.com/axone-protocol/axoned/pull/791 Comment: https://github.com/axone-protocol/axoned/pull/791#discussion_r1810428541
Requested by: @ccamel