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
Top level calls to compute should set persist! on the thunks -- this means keep the result around (on worker processes) for later reuse. compute(t; persist=false) should suppress this behavior (and exec should use that)
Provide a free!
This is probably an effective and simple mental model. Thoughts welcome!
The text was updated successfully, but these errors were encountered:
compute
should setpersist!
on the thunks -- this means keep the result around (on worker processes) for later reuse.compute(t; persist=false)
should suppress this behavior (and exec should use that)free!
This is probably an effective and simple mental model. Thoughts welcome!
The text was updated successfully, but these errors were encountered: