Open scrosby opened 2 years ago
This is more efficient as we do it once for all pools, not n times for each pool. In addition, we take it out of the critical latency path.
Changes proposed in this PR
Why are we making these changes?
This is more efficient as we do it once for all pools, not n times for each pool. In addition, we take it out of the critical latency path.