I did try Svg.Lazy in the main project... but I didn't notice any difference. I never tried in the isolated example. But regardless, if rendering using normal "shapes" (rect, circle, line etc) performs well without lazy, shouldn't also rendering with *use* tags perform as well?
On Thursday, February 9, 2017 at 1:01:59 AM UTC+9, Rupert Smith wrote: > > On Wednesday, February 8, 2017 at 12:43:26 PM UTC, Julian wrote: >> >> Any idea if this is expected behavior? Or is this a bug with the virtual >> dom code? >> > > Have you tried Html.Lazy? It performs an extra check on the model to see > if it has changed (by reference comparison): > > http://package.elm-lang.org/packages/elm-lang/html/2.0.0/Html-Lazy > -- 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.
