Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JsonLayout - Support minimal thread context capture from inner layouts #5337

Merged
merged 1 commit into from Sep 2, 2023

Conversation

snakefoot
Copy link
Contributor

@snakefoot snakefoot commented Sep 2, 2023

And allow deferring full layout rendering to backkground thread, by only capturing thread-context for the individual parts, instead of doing precalculate of the entire output-result.

Reducing the overhead for the application-thread when logging, along with reducing memory-allocations.

This is a minor reversal/tweak of #2378

…s, and allow deferring full layout rendering to backkground thread
@sonarcloud
Copy link

sonarcloud bot commented Sep 2, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

88.1% 88.1% Coverage
4.3% 4.3% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant