This might be a question for the idom team but maybe you will have some answers.
Playing with some performance measure on a quite simple view, my 1st render using patch is in average 2.5x slower than using innerHTML with default Handlebars text output. Consecutive patch with some text change are 2x faster. Is this possible to get the better of both?
This might be a question for the idom team but maybe you will have some answers.
Playing with some performance measure on a quite simple view, my 1st render using
patchis in average 2.5x slower than usinginnerHTMLwith default Handlebars text output. Consecutivepatchwith some text change are 2x faster. Is this possible to get the better of both?