-
Notifications
You must be signed in to change notification settings - Fork 0
CAT 016
unurgunite edited this page Jul 11, 2026
·
3 revisions
Severity:
info• Confidence:medium• Auto-fix: ❌
Large union types — Large union types (e.g., 10+ types) generate slow dispatch code. Consider using a hierarchy or reducing variants.
alias Many = Int32 | String | Float64 | Symbol | Nil | Bool | Char | Array(Int32) | Hash(String, Int32) | Tuple(Int32, Int32)Note
See bench results at bench/cat-016/