-
Notifications
You must be signed in to change notification settings - Fork 0
CAT 049
unurgunite edited this page Jul 11, 2026
·
3 revisions
Severity:
warning• Confidence:high• Auto-fix: ❌
Thread.new → spawn — Use Crystal's spawn (fiber-based concurrency) instead of Thread.new for lightweight concurrency.
Thread.new { do_work }Tip
This rule can significantly improve performance in hot code paths.
Note
See bench results at bench/cat-049/