mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 05:27:51 +08:00
5b452293d6
Replaces some string.StartsWith(string, StringComparison.Ordinal) calls with ring.StartsWith(char) , when only one char is compared. Possible since .NET-Standard 2.1 And another LegacyStoryboardDecoder.handleEvents() cleanup, saves some MB of allocations. |
||
---|---|---|
.. | ||
Decoder.cs | ||
IHasComboColours.cs | ||
IHasCustomColours.cs | ||
JsonBeatmapDecoder.cs | ||
LegacyBeatmapDecoder.cs | ||
LegacyBeatmapEncoder.cs | ||
LegacyDecoder.cs | ||
LegacyDifficultyCalculatorBeatmapDecoder.cs | ||
LegacyStoryboardDecoder.cs | ||
Parsing.cs |