tc39 / proposal-oom-fails-fast

Proposal: Out of memory immediately terminates agent cluster
Apache License 2.0
13 stars 4 forks source link

call out adding to Maps, Sets? #6

Open dckc opened 1 year ago

dckc commented 1 year ago

Some discussion in 11852 - RangeError of a Set - v8:

The ECMA262 spec does not mention that Set.prototype.add should run into a limit.

the JS specification itself doesn't require that Maps and Sets must scale with available memory.

cc @mhofman