On 31 January 2012 18:09, Daniel Friesen lists@nadir-seen-fire.com wrote:
On Tue, 31 Jan 2012 08:36:02 -0800, Tei oscar.vives@gmail.com wrote:
*Cough* some random article about making js that is not abusing the slower parts of the language http://www.bcherry.net/talks/js-better-faster *Cough*
Bah, that frankly looks worthless.
It goes all over extremely micro optimizations. The kind of thing that'll have almost no effect and even less effect as JS engines get better.
This is wishfull thinking. I mostly agree.
*remembers something* Opera seems working on a profiler for CSS. Chrome seems working in that too. It will be supersweet to press F12 in Chrome and see what are the slowest selectors / most expensive rendering things. Maybe discover that border radious is the most expensive, about 4 times more than opacity (??).