> -----Original Message----- > From: [email protected] [mailto:es-discuss- > [email protected]] On Behalf Of felix > Sent: Friday, October 29, 2010 12:18 PM > To: Brendan Eich ... > > > > Yet don't Java and .NET have weak-keyed maps of some sort? > > Java has WeakHashMap, which is a map of weak references to values, which > can leak uncollectible garbage if you have a cycle of WeakHashMap entries > holding references to objects that are not otherwise referenced.
While is the problem addressed by the proposed ephemeron-like Weak Map solution for ECMAScript _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

