Files
ruff/crates
David Peter f62e5406f2 [red-knot] Short-circuit bool calls on bool (#16292)
## Summary

This avoids looking up `__bool__` on class `bool` for every
`Type::Instance(bool).bool()` call. 1% performance win on cold cache, 4%
win on incremental performance.
2025-02-20 23:06:11 +01:00
..
2025-02-18 23:31:02 -08:00
2025-02-20 08:12:11 -05:00
2025-02-07 10:59:40 +01:00
2025-02-20 08:12:11 -05:00