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
Hi, I'm very much open to introducing performance improvements where they make sense. Any improvements would need to be quantified with benchmarks however. If that is something you are interested in working on, then please feel free to submit some PRs.
As there might be really, really many log messages, it might be important to tune the extension regarding performance.
e.g. Remove the new list here:
gelf-extensions-logging/src/Gelf.Extensions.Logging/GelfLogger.cs
Line 113 in 22ee531
Why use ToArray here and not ToList?
gelf-extensions-logging/src/Gelf.Extensions.Logging/GelfLogger.cs
Line 42 in 22ee531
The text was updated successfully, but these errors were encountered: