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
currently in QueryProcessor::getTimeWeightedAverage, the function has to perform 2 binary searches in order to find the two accumulators. The second search can be "warm" by using an in-memory or transient lookup table to tell the algo where to look.