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
Some functions (like f/) do some "setup" (alloc the container for the result) and then do some "work" (fill the container). As per my understanding we should split those two phases into separate methods so we'd allow Julia to compile specialised methods for "work" code.
Some functions (like
f/
) do some "setup" (alloc the container for the result) and then do some "work" (fill the container). As per my understanding we should split those two phases into separate methods so we'd allow Julia to compile specialised methods for "work" code.https://docs.julialang.org/en/v1/manual/performance-tips/#kernel-functions
The text was updated successfully, but these errors were encountered: