#summary Optimization of array- and object-literal instantiation = Introduction = `new Array()` => `[]` `new Object()` => `{}` These are very simple replacements. Unfortunately, they appear to be very rare in GWT output (although they may be found in JSNI code at times). = Performance Impact = Noticeably faster across all browsers.