Quaver.API
Quaver.API copied to clipboard
Optimise further the difficulty calculation
- https://github.com/Quaver/Quaver.API/blob/562e412c74d73e5338972232a4a1bedf218d20b3/Quaver.API/Maps/Processors/Difficulty/Rulesets/Keys/DifficultyProcessorKeys.cs#L218 Gigantic $O(n^2)$ and costly
RemoteAt()operation. It's not slow, but it's the slowest one after #179 .