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

Chrono time taking and formatting could be faster. #40

Closed
dpc opened this issue Sep 9, 2016 · 1 comment
Closed

Chrono time taking and formatting could be faster. #40

dpc opened this issue Sep 9, 2016 · 1 comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.
Milestone

Comments

@dpc
Copy link
Collaborator

dpc commented Sep 9, 2016

Thankfully it's lazily evaluated now, but chronotope/chrono#94

@dpc dpc added the C-bug Category: This is a bug. label Sep 9, 2016
@dpc dpc added this to the Later milestone Sep 9, 2016
@dpc dpc added C-enhancement Category: An issue proposing an enhancement or a PR with one. and removed C-bug Category: This is a bug. labels Oct 3, 2016
@dpc
Copy link
Collaborator Author

dpc commented Jan 15, 2017

Since the logs are typically printed not that oftent, but with precision of ms or even us, chances of having the timer string cashed are slim, while it would require storing a copy. In case someone was logging tons of information in burst with precision of ms, or even s it might be worth it, but then... it can be implemented manually in a custom drain.

@dpc dpc closed this as completed Jan 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.
Projects
None yet
Development

No branches or pull requests

1 participant