thlorenz / v8-perf

⏱️ Notes and resources related to v8 and thus Node.js performance
2.2k stars 112 forks source link

Remove WeakMap and WeakSet from the section Iterating Maps and Sets #20

Closed golopot closed 1 year ago

golopot commented 2 years ago

WeakMaps and WeakMets are not iterable.

thlorenz commented 1 year ago

Thanks, good catch!