Re: [whatwg/url] Convenience method to return an Object (#143)

In Node.js core, we are currently looking at moving away from dictionary objects towards using Map now that the perf of Maps has been optimized by v8. The reason is specifically because of the special properties problem. One approach we are investigating to address the object problem is to wrap the Map in a Proxy that would make it act like a dictionary object but there are a number of obvious perf issues with that approach since Proxy objects are not yet fully optimized.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/143#issuecomment-240447870

Received on Wednesday, 17 August 2016 15:25:30 UTC