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
Each state change will cause the frontend to recompute the entire aggregation, having a runtime complexity of O(|F|) where F is the set of flags. Frequent updates will result in a performance degradation.
The text was updated successfully, but these errors were encountered:
Currently, the frontend performs a full computation on every state change done to the
teamFlagStatusAtom
:kriger/frontend/src/utils/atoms.ts
Lines 97 to 121 in 61a7d2a
Each state change will cause the frontend to recompute the entire aggregation, having a runtime complexity of
O(|F|)
whereF
is the set of flags. Frequent updates will result in a performance degradation.The text was updated successfully, but these errors were encountered: