ruff
0d94337b
- Avoid allocations in `SimpleCallArgs` (#6021)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.)
References
#6021 - Avoid allocations in `SimpleCallArgs`
Author
charliermarsh
Parents
f9726af4
Loading