Computational cost of logging #5
MarcusBecker-GitHub
started this conversation in
General
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@lejeunemax discovered that the way we are currently writing our log statements can lead to an overhead in computation as strings are evaluated regardless of the fact if they are used or not. Changing the notation could move the evaluation to the logger. Maxime, do you still have the details on that?
Beta Was this translation helpful? Give feedback.
All reactions