paf31 / purescript-sdom

An experiment in replacing the virtual DOM and avoiding diffing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter update events when inputs are referentially equal

paf31 opened this issue · comments

This optimization relies on a pointer equality check, but it will probably save us a lot of unnecessary event handler calls.