Status: New
Owner: ----

New issue 2312 by [email protected]: JSON.stringify() performance
http://code.google.com/p/v8/issues/detail?id=2312

Currently serialization for objects with enumerable properties on prototype is much slower then for objects with clean proto (http://jsperf.com/json-stringify-clean-proto-vs-polluted). That is strange because Object.keys() performs equally well for both cases. Is it possible to fix JSON.stringify() implementation to be also fast for objects with polluted prototypes?

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to