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

Performance column on the contests/with page #25

Open
meooow25 opened this issue Nov 1, 2020 · 4 comments
Open

Performance column on the contests/with page #25

meooow25 opened this issue Nov 1, 2020 · 4 comments
Labels
feature request Request for a new feature

Comments

@meooow25
Copy link
Owner

meooow25 commented Nov 1, 2020

Currently hard because of the number of API calls it would need (2 x number of contests).
Might be doable with some caching.

@meooow25 meooow25 added the feature request Request for a new feature label Nov 1, 2020
@kristevalex
Copy link

Wanted to make this feature request myself, but found it here. So totally endorse this one)

@kristevalex
Copy link

Isn't it possible to calculate the perfomance using rating after the contest and delta? Like: perfomance = previous_rating + 4*delta = final_rating + 3*delta?

1 similar comment
@kristevalex
Copy link

Isn't it possible to calculate the perfomance using rating after the contest and delta? Like: perfomance = previous_rating + 4*delta = final_rating + 3*delta?

@meooow25
Copy link
Owner Author

meooow25 commented Jan 4, 2023

Ah, but that is only an approximation. See this comment from ffao about how well it works. The true value depends on all participants in the contest.
If you are satisfied with the approximation then there is a userscript for that: https://greasyfork.org/en/scripts/402180-codeforces-performance

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

No branches or pull requests

2 participants