Closed RockNHawk closed 1 week ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.75%. Comparing base (
71af10a
) to head (845ba8c
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thank you for your contribution, but I prefer to stay aligned with the official LoggerFactory from DotNet-runtime:
See also: https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-8/#logging
Or do you experience performance issue on docker-images with restricted number of cpu-cores?
Thank you for your contribution, but I prefer to stay aligned with the official LoggerFactory from DotNet-runtime:感谢您的贡献,但我更愿意与 DotNet-runtime 的官方 LoggerFactory 保持一致:
Or are you experience performance issue on docker-images with restricted number of cpu-cores?或者您是否在 cpu 内核数量受限的 docker-images 上遇到性能问题?
Okay, maybe I need a performance test to compare which is faster, ConcurrentDictionary also uses lock within TryAdd, but it's a fine-grained one.
ReOptimize concurrency for CreateLogger. Followup to #692