Skip to content

Skip unnecessary lookup in EventRegistrationTokenTable<T>#1440

Merged
Sergio0694 merged 1 commit intostaging/AOTfrom
user/sergiopedri/improve-event-lookup
Jan 13, 2024
Merged

Skip unnecessary lookup in EventRegistrationTokenTable<T>#1440
Sergio0694 merged 1 commit intostaging/AOTfrom
user/sergiopedri/improve-event-lookup

Conversation

@Sergio0694
Copy link
Member

Small PR just doing a minor performance optimization. We can iterate on TryAdd to save one unnecessary extra lookup.

@Sergio0694 Sergio0694 added the performance Related to performance work label Jan 13, 2024
@Sergio0694 Sergio0694 requested a review from manodasanW January 13, 2024 01:19
@Sergio0694 Sergio0694 merged commit ae69551 into staging/AOT Jan 13, 2024
@Sergio0694 Sergio0694 deleted the user/sergiopedri/improve-event-lookup branch January 13, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

performance Related to performance work

2 participants