- From: Boris Zbarsky <notifications@github.com>
- Date: Mon, 12 Dec 2016 14:12:52 -0800
- To: heycam/webidl <webidl@noreply.github.com>
Received on Monday, 12 December 2016 22:13:32 UTC
OK. Note, also, that either Maps know about their iterators and update them on mutation or you have to leak memory on mutation (by implementing the spec's algorithm word for word), or you leak memory while any iterator is live (which means you also have to know about your iterators). Sharing the actual Map implementation of the "let's not leak" option may not be very easy from outside the ES implementation in browsers... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/254#issuecomment-266569685
Received on Monday, 12 December 2016 22:13:32 UTC