Files
ruff/crates/ruff_python_ast/src
Charlie Marsh 0d94337b96 Avoid allocations in SimpleCallArgs (#6021)
## Summary

My intuition is that it's faster to do these checks as-needed rather
than allocation new hash maps and vectors for the arguments. (We
typically only query once anyway.)
2023-07-24 04:55:37 +00:00
..
2023-06-08 05:53:14 +00:00
2023-06-23 09:46:05 +02:00
2023-05-31 08:26:35 +00:00