osu-tournament-rating / otr-api

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

Improve auditing memory consumption #359

Closed myssto closed 2 months ago

myssto commented 2 months ago

Audit creation was consuming a lot of memory through inefficient LINQ queries and some flawed design choices. Rewrote a chunk of the logic to compensate and optimize.