Reduce Triangle drawnode overhead by ~90%
Use limit value for some requests Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This was never batching, ever. Pointless memory overhead.
Remove unnecessary transforms on top score user section
Fix results screen not showing first tab correctly
Recycle slider paths when the parenting slider dies Co-authored-by: Dean Herbert <pe@ppy.sh>
Fix direct ruleset selector binding in ctor
Fix judgement disposals causing huge LOH pressure
Fix Background blur thread-safety
Fix potential crash when displaying leaderbaords
Fix 0-length sliders not getting correct lengths
Fix crashes when presenting replays
Remove cursor trail draw-time allocations
Fix song select iterating over all beatmaps in database unnecessarily
Improve performance when entering gameplay by delaying hitobject updates
Fix rulesets not matching in dictionary lookups due to missing GetHashCode implementation