Fork me on GitHub
#rum
<
2020-04-22
>
robert-stuttaford14:04:26

thanks for the RCs @roman01la will kick tires asap!

robert-stuttaford14:04:00

what sort of speedup are you seeing on the interned sablono? -curious-

Roman Liutikov15:04:18

multiple things - we can address issues ourselves, no need to wait until it is resolved in Sablono - improve Hiccup interpreter perf, for cases where defc emits interpret calls - we can get rid of input wrappers and switch Rum to React's scheduling mechanism to finally solve issues with caret jumping in inputs

Roman Liutikov15:04:38

or were you interested in actual some particular performance improvements?

Roman Liutikov15:04:44

not sure what speedup means 🙂

cjsauer18:04:56

> we can get rid of input wrappers and switch Rum to React's scheduling mechanism to finally solve issues with caret jumping in inputs > This is awesome 👏 thank you for this work @roman01la