ruff
0d94337b - Avoid allocations in `SimpleCallArgs` (#6021)

Commit
2 years ago
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.)
Author
Parents
Loading