Open krofna opened 5 years ago
this shouldn't be too hard right? just approximate it as old rating + delta*4 or new rating + delta*3
thats not performance. thats rating + delta*4
yes but it is close to the actual performance for most circumstances and easy to add to the current ;ranklist command because you already know the delta and rating of each person
for example rating+delta*4 is used to calculate performance here: https://greasyfork.org/en/scripts/402180-codeforces-performance
or maybe I'm misunderstanding what you mean by performance
I mean actual performance, as calculated by carrot addon.
precalculate performances for all users in all contests and store in cache. see #43 #196