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

Proxy Exercise: Improve start performance for best-matched exercises #2714

Open
MrSerth opened this issue Dec 13, 2024 · 0 comments
Open

Proxy Exercise: Improve start performance for best-matched exercises #2714

MrSerth opened this issue Dec 13, 2024 · 0 comments
Labels
enhancement ruby Pull requests that update Ruby code

Comments

@MrSerth
Copy link
Member

MrSerth commented Dec 13, 2024

Proxy exercises feature two algorithms to decide for an exercise instance presented to a learner: best-match and random. With the best-match option, however, there is a relevant performance problem: In order to determine the best-matching exercise, we consider the working time of previous attempts. This makes starting a proxy exercise in our production environment really slow and should be fixed.

@MrSerth MrSerth added enhancement ruby Pull requests that update Ruby code labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ruby Pull requests that update Ruby code
Projects
None yet
Development

No branches or pull requests

1 participant