Hi, I'm migrating a (synthetic) performance measurement to elm 0.17 and saw here <http://elm-lang.org/blog/blazing-fast-html-round-two> that exists now the possibility to specify a Html.keyed element, so I've added it to my code. Strangely I archive a lower frame rate than before and the naive, unoptimized code is faster than the optimized code, so I was asking myself if I'm doing something wrong.
The code can be found here: https://github.com/toburger/js-repaint-perfs/blob/gh-pages/elm/Opt.elm The test web page is located here: http://toburger.github.io/js-repaint-perfs/ The old test page with elm 0.16 can be found here: http://mathieuancelin.github.io/js-repaint-perfs/ thx for any help Tobias -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
