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
BGraph blocks the main thread on each query. Consider passing queries to individual web workers for execution. Note: To do this we must ensure queries do not mutate shared state.