Skip to content

feat: smart binary search by indexing the lookup results of the previous search #1

@xenide

Description

@xenide

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions