Open xenide opened 7 months ago
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.
QueryProcessor::getTimeWeightedAverage
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.