[PR #9356] Optimize tryparse #12079

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

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

State: closed
Merged: Yes


  • Don't check for null before
  • Don't try different formats when not needed (NumberStyles.Integer is the fast path)
**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/9356 **State:** closed **Merged:** Yes --- * Don't check for null before * Don't try different formats when not needed (`NumberStyles.Integer` is the fast path)
OVERLORD added the pull-request label 2026-02-07 06:49:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12079