osu-tournament-rating / otr-api

API powering osu! Tournament Rating
https://otr.stagec.xyz/
GNU General Public License v3.0
7 stars 4 forks source link

Refactor `PlayerMatchStatsRepository.GetModStatsAsync` #248

Closed myssto closed 5 months ago

myssto commented 5 months ago

Translated the raw SQL query to a more performant LINQ query. Produces more accurate results too because of improved mod enum comparisons.