osu/osu.Game/Screens/Select/Carousel
Dean Herbert 27ea37c690 Rewrite TopLocalRank to use realm subscriptions
This addresses the number one performance concern with realm (when
entering song select). Previous logic was causing instantiation and
property reads of every score in the database due to the `AsEnumerable`
specfication.
2022-01-18 18:17:53 +09:00
..
CarouselBeatmap.cs
CarouselBeatmapSet.cs Fix incorrect ordering and grouping of difficulties at song select 2022-01-12 17:00:17 +09:00
CarouselGroup.cs
CarouselGroupEagerSelect.cs
CarouselHeader.cs
CarouselItem.cs
DrawableCarouselBeatmap.cs Fix some null inspections 2022-01-12 17:00:16 +09:00
DrawableCarouselBeatmapSet.cs Update model manager and many related classes to get things compiling again 2022-01-12 17:00:00 +09:00
DrawableCarouselItem.cs
FilterableDifficultyIcon.cs
FilterableGroupedDifficultyIcon.cs
SetPanelBackground.cs
SetPanelContent.cs Fix incorrect ordering and grouping of difficulties at song select 2022-01-12 17:00:17 +09:00
TopLocalRank.cs Rewrite TopLocalRank to use realm subscriptions 2022-01-18 18:17:53 +09:00