You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
304NotModified
changed the title
Remove capture of EventId to reduce constant boxing
Remove capture of EventId to reduce constant boxing (WIP)
Sep 21, 2019
304NotModified
changed the title
Remove capture of EventId to reduce constant boxing (WIP)
Remove capture of EventId to reduce constant boxing
Sep 21, 2019
There are the following lines (Where
"EventId"
is boxing):NLog.Extensions.Logging/src/NLog.Extensions.Logging/Logging/NLogLogger.cs
Lines 341 to 344 in 407e66f
I would like to change it to this instead to reduce allocation:
Maybe have it as configuration setting, where the default is to reduce allocation.
The text was updated successfully, but these errors were encountered: