Skip to content

Optimization Opportunity: Single-Pass window() FunctionΒ #8

@luketpeterson

Description

@luketpeterson

The window() function performs 2 threshold operations (high and low). But the expensive part is performing the counting, and that only needs to be done once.

The threshold counting functions can be re-used by the window() function for a single-pass implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions