1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 21:40:44 +08:00
Files
osu-lazer/osu.Game/Screens/Select
T
Dean Herbert aa3d3a6344 Remove unnecessary local subscription in BeatmapCarousel
Not sure why I left this around during the refactor. This is 100%
handled by the `DetachedBeatmapStore`.

Removing this subscription reduces overheads by a huge amount for users
with large beatmap databases. My hypothesis is that subscriptions are
more expensive based on **the number of results matching**. This one
matches almost every beatmap so removing it is a large win.
aa3d3a6344 · 2024-11-27 14:24:57 +09:00
History
..
2023-06-24 01:00:03 +09:00
2023-09-03 02:09:01 +03:00
2023-06-24 01:00:03 +09:00
2024-11-11 11:04:43 +01:00
2022-11-27 00:00:27 +09:00
2023-06-24 01:00:03 +09:00
2022-11-27 00:00:27 +09:00