Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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