mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #15811] Optimizations using sets #14250
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#14250
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/15811
Author: @MarkCiliaVincenti
Created: 12/16/2025
Status: 🔄 Open
Base:
master← Head:setoptimizations📝 Commits (10+)
c4fb778Optimizations using setseb9c75fremove empty line60edf8eSome more sets54ee024readd BOMce0e42fRevert some smaller sets as arrays would be more performant.c9b63a6Revert TvParserHelpers6ad33a5fixa2606efrevertdbf757dReverts due to small collectionse977c78revert empty line📊 Changes
20 files changed (+45 additions, -60 deletions)
View changed files
📝
Emby.Naming/Audio/AudioFileParser.cs(+1 -4)📝
Emby.Naming/AudioBook/AudioBookResolver.cs(+1 -1)📝
Emby.Naming/Common/NamingOptions.cs(+10 -9)📝
Emby.Naming/ExternalFiles/ExternalPathParser.cs(+2 -2)📝
Emby.Naming/TV/EpisodeResolver.cs(+1 -1)📝
Emby.Naming/Video/FileStack.cs(+3 -3)📝
Emby.Naming/Video/StackResolver.cs(+3 -3)📝
Emby.Naming/Video/VideoResolver.cs(+3 -4)📝
Emby.Server.Implementations/Chapters/ChapterManager.cs(+1 -1)📝
Emby.Server.Implementations/Collections/CollectionManager.cs(+1 -1)📝
Emby.Server.Implementations/IO/FileRefresher.cs(+2 -7)📝
Emby.Server.Implementations/Library/Resolvers/Books/BookResolver.cs(+2 -3)📝
Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs(+3 -3)📝
Emby.Server.Implementations/Library/Resolvers/PhotoResolver.cs(+2 -3)📝
Emby.Server.Implementations/Library/SearchEngine.cs(+4 -7)📝
MediaBrowser.Providers/Playlists/PlaylistItemsProvider.cs(+1 -1)📝
src/Jellyfin.Drawing/ImageProcessor.cs(+3 -4)📝
src/Jellyfin.Extensions/EnumerableExtensions.cs(+0 -1)📝
src/Jellyfin.MediaEncoding.Hls/Extractors/FfProbeKeyframeExtractor.cs(+1 -1)📝
tests/Jellyfin.Naming.Tests/Video/VideoListResolverTests.cs(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.