Fork me on GitHub
#re-frame
<
2015-11-04
>
mikethompson02:11:04

[re-frame "0.5.0-alpha2"] is now in clojars. Could you test it please? There's a new event processing (router) loop. I replaced use of core.async with a hand-rolled solution. As a result: - events will be handled more quickly after their dispatch (<1ms vs 5ms??) - groups of events queued up will be handled in a batch, one after the other, without yielding to the browser (previously re-frame yielded to the browser before handling every single event) I doubt this will affect normal apps. But it could affect games which depend on existing timings. Maybe. It could affect apps which dispatch large volumes of events (telemetry?) very quickly. Maybe. I'm not expecting any problems, just being a little paranoid.

mikethompson06:11:59

[re-frame "0.5.0-alpha3"]