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
I only see a slow down of ~20ms the first time evaluate is called in a session. I suspect it's because some package is getting loaded, or there's some other startup cost.
Update my initial diagnosis was wrong. It looks like somewhere there is some warm-up required:
This happens very consistently. The first two calls to
evaluate()
have about 100ms extra overhead.The text was updated successfully, but these errors were encountered: