According to this benchmark Object.create() is ~10 times slower than
constructor functions on Chrome:
http://jsperf.com/object-create-vs-crockford-vs-jorge-vs-constructor/26

Will an average app written with Object.create() be noticeably slower
than the same app implemented with constructor functions? By average
app I mean an app that does not create thousands of instances of the
same object (as in the benchmark).

Are there any chances that Object.create() will reach the speed of
constructor functions in the near future?

-- 
To view archived discussions from the original JSMentors Mailman list: 
http://www.mail-archive.com/jsmentors@jsmentors.com/

To search via a non-Google archive, visit here: 
http://www.mail-archive.com/jsmentors@googlegroups.com/

To unsubscribe from this group, send email to
jsmentors+unsubscr...@googlegroups.com

Reply via email to