HN user

oabm

12 karma

[ my public key: https://keybase.io/oabm; my proof: https://keybase.io/oabm/sigs/WFodfaO-uAgWLIFdNnCpN3g0FZEHcMDTcHN5s98s2S4 ]

Posts0
Comments4
View on HN
No posts found.

What happened to this line from the second file in the screenshot?

  -        var optionsGlassPane = new WebInspector.GlassPane(document);

An important part of viewing diffs for me is seeing what the old code was.

I'm just generally not a big fan of "X is some percent slower than Y" stats, because I find them counterintuitive. However, in this case I think something is wrong.

Rendering:

  jsblocks: 700ms
  React:    950ms (35% slower)
  Angular: 2200ms (310% slower)

Doing some maths:
  700ms + (700ms * 0.35) = 945ms
  700ms + (700ms * 3.10) = 2870ms
Looks like they got a little carried away when calculating Angular's rendering speed. Same thing with the "Syncing Changes" stats.

Edit: formatting