DEV Community

Discussion on: Maps in Javascript ES6

Collapse
 
andreandyp profile image
André Michel Andy

Is there an advantage in performance for use a Map instead of a JS Object?

Collapse
 
damcosset profile image
Damien Cosset

From what I read, maps are a bit faster than objects when it comes to iteration and setting properties in masse. Not a significant difference though