dillon1000/react

Commit

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
Browse files
Changed paths1 file
First-parent comparison
M compiler/forget/packages/react-forget-runtime/index.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…