You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I don't believe much thought has been given to the amount of state being passed from probe() to apply(). From a cursory glance, it looks like a lot of unnecessary stuff maybe being passed through.
The text was updated successfully, but these errors were encountered:
DavePearce
changed the title
Optimise state transfer from <code>probe()</code> to <code>apply()</code>
Optimise state transfer from probe() to apply()
Nov 12, 2015
Currently, I don't believe much thought has been given to the amount of state being passed from
probe()
toapply()
. From a cursory glance, it looks like a lot of unnecessary stuff maybe being passed through.The text was updated successfully, but these errors were encountered: