We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Severity: hint | Confidence: high | Auto-fix: ❌
hint
high
sleep(0) → Fiber.yield — Use Fiber.yield instead of sleep(0) to yield control without the timer overhead.
Fiber.yield
sleep(0)
Note
See bench results at bench/cat-042/
bench/cat-042/
There was an error while loading. Please reload this page.