dillon1000/react
Commit
Browse files Use for loop instead of Array.prototype.fill
Some prior [microbenchmarking](https://jsbench.me/7ol98ws520/1) showed that a for loop outperformed `fill` (which is about ~60% slower). This is the same approach we use in the latest useMemoCache PR
Changed paths1 file
First-parent comparisoncompiler/forget/packages/react-forget-runtime/index.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…