Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Micro-optimize cache deserialization (fixup) (#18303)
Mypyc is bad at compiling tuple unpacking, so this should be faster, based on a microbenchmark I created. Also fewer tuple objects need to be allocated and freed. The impact is probably too small to be measured in a real workload, but every little helps.
- Loading branch information