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

PerformanceScalePlugin: Add plugin for automatically adjusting error target based on performance, cache #695

Open
gkjohnson opened this issue Aug 16, 2024 · 1 comment
Milestone

Comments

@gkjohnson
Copy link
Contributor

If the cache becomes full then automatically lower / raise the error target until it's not. Can also consider performance when calling "update". The recent "update on change" plugin may make it difficult to measure update performance.

@gkjohnson gkjohnson added this to the v0.3.38 milestone Aug 16, 2024
@gkjohnson gkjohnson modified the milestones: v0.3.38, v0.3.37 Aug 24, 2024
@gkjohnson
Copy link
Contributor Author

gkjohnson commented Aug 24, 2024

The recent "update on change" plugin may make it difficult to measure update performance.

Only considering updates > 0.1 ms or so for impacting cache etc adjustments may be good enough. Though fade tiles plugin on it's own may push that above 0.1ms? Perhaps a event flag indicating whether a full update iteration has been made or not is best.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant