cheran-senthil / TLE

🤖 Discord Bot for Competitive Programming
https://discordapp.com/invite/2CJ6qvY
MIT License
321 stars 204 forks source link

plot performance like ;plot rating #47

Open krofna opened 5 years ago

krofna commented 4 years ago

precalculate performances for all users in all contests and store in cache. see #43 #196

ac615223s5 commented 3 years ago

this shouldn't be too hard right? just approximate it as old rating + delta*4 or new rating + delta*3

krofna commented 3 years ago

thats not performance. thats rating + delta*4

ac615223s5 commented 3 years ago

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

krofna commented 3 years ago

I mean actual performance, as calculated by carrot addon.