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
Once we have #808, we should measure the impact of storing the current depth on the Cursor, vs calculating it (O(n)) on every Cursor::depth() call. Some user scenarios will involve calling it on every iteration.
The text was updated successfully, but these errors were encountered:
Once we have #808, we should measure the impact of storing the current depth on the
Cursor
, vs calculating it (O(n)
) on everyCursor::depth()
call. Some user scenarios will involve calling it on every iteration.The text was updated successfully, but these errors were encountered: