DEV Community

Discussion on: Quick Tip: Transform an Array into an Object using .reduce()

 
somedood profile image
Basti Ortiz

Oh, wow. You're right about calling it "silly". 😂

Thread Thread
 
qm3ster profile image
Mihail Malo

It's silly in the sense we have only 10 items instead of billions, they are in memory at once, and it doesn't actually spawn threads or workers.