[PR #3657] Review usage of string.Substring (part 1) #9644

Closed
opened 2026-02-07 06:05:56 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/3657

State: closed
Merged: Yes


Reduced allocations by replacing string.Substring with ReadOnlySpan.Slice

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/3657 **State:** closed **Merged:** Yes --- Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
OVERLORD added the pull-request label 2026-02-07 06:05:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9644