8000 Store stats per entry, not per function · Issue #192 · Safe-DS/Runner · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Store stats per entry, not per function #192

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

Open
lars-reimann opened this issue Mar 9, 2025 · 0 comments
Open

Store stats per entry, not per function #192

lars-reimann opened this issue Mar 9, 2025 · 0 comments
Labels
performance 🏃 Speed things up

Comments

@lars-reimann
Copy link
Member

Is your feature request related to a problem?

Storing stats (e.g. time to compute) per function might be too coarse. For example, the time to compute might vastly differ based on the inputs.

Desired solution

Create benchmarks to determine whether storing the stats per entry is better.

At first glance, entry stats are great to determine which values to remove from the memo table, and functions stats are great to check whether memoizing a value is worth it at all.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

@lars-reimann lars-reimann added the performance 🏃 Speed things up label Mar 9, 2025
@lars-reimann lars-reimann added this to DSL Mar 9, 2025
@github-project-automation github-project-automation bot moved this to Backlog in DSL Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance 🏃 Speed things up
Projects
Status: Backlog
Development

No branches or pull requests

1 participant
0