next.js
58a4c7b1
- Perf: Skip turning Set into Array (#91383)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
124 days ago
Perf: Skip turning Set into Array (#91383) ## What? Converting from Set->Array is not needed as it's only used to iterate over the list. Avoids the overhead of converting this.
References
#91383 - Perf: Skip turning Set into Array
Author
timneutkens
Parents
df88058f
Loading