osu icon indicating copy to clipboard operation
osu copied to clipboard

Implemented `IDifficultyCalculatorBeatmap` to move diffcalc-specific functions into specific classes

Open Givikap120 opened this issue 5 months ago • 7 comments

Part of this PR - https://github.com/ppy/osu/pull/29482

Calculation of MaxCombo and ObjectsCount time complexity is changed from O(t^2) to O(t) for progressive calculation. This significantly cuts the time of TimedDifficultyAttributes calculation.

Givikap120 avatar Sep 25 '24 09:09 Givikap120