mattjohnsonpint / TimeZoneNames

Provides a complete source of localized time zone names and abbreviations.
MIT License
196 stars 32 forks source link

Remove AddOrUpdate #84

Closed jnyrup closed 1 year ago

jnyrup commented 1 year ago

AddOrUpdate is functionally equivalent to just using the indexer, but uses two key lookups instead of a single.

mattjohnsonpint commented 1 year ago

Thanks. Just FYI - have a ton of pending updates queued up for this library, so you might want to hold off on any further optimizations for the time being. I'll get them merged in the next week or so. Thanks.