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

Improve logging system #172

Merged
merged 1 commit into from
Dec 15, 2023
Merged

Improve logging system #172

merged 1 commit into from
Dec 15, 2023

Conversation

jblebrun
Copy link
Owner

  • Hash lookups are way to slow to use for logging. Switch to tags with a boolean enable bit. This is a better log tag management approach, anyway, since we can now see all tags in one place.

  • Remove a number of println! in favor of logs.

Test runtime is significantly faster now.

* Hash lookups are way to slow to use for logging. Switch to tags with a
  boolean enable bit. This is a better log tag management approach,
  anyway, since we can now see all tags in one place.

* Remove a number of println! in favor of logs.

Test runtime is significantly faster now.
@jblebrun jblebrun merged commit 247d00a into main Dec 15, 2023
4 checks passed
@jblebrun jblebrun deleted the logging-speedup branch December 16, 2023 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant