Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Binary expression tree calculator #647

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 19, 2024

  1. Implementation and draft integration of binary expression tree

    This replaces the stack-based calculator with a binary expression tree. The tree is constructed only once per metric when a perfgroup is read and can be evaluated arbitrarily often.
    breiters committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    180223e View commit details
    Browse the repository at this point in the history
  2. Fix typos

    breiters committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    15eff12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88b3b67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6364d4f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    c4a3d78 View commit details
    Browse the repository at this point in the history