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

Avoid exceptions and Console.WriteLine #166

Merged
merged 3 commits into from
May 10, 2024

Conversation

Emik03
Copy link
Member

@Emik03 Emik03 commented May 9, 2024

See the main PR for details.

Adds new Drain<T> type which is used plenty in that PR as well as this one to split strings without resorting to heap allocations.

Pretty sure use of Console.WriteLine are debugging artifacts, either way we should remove it because it causes unnecessary overhead and makes logging worse to read in Debug builds.

@AiAe AiAe merged commit 01546ee into Quaver:master May 10, 2024
2 checks passed
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.

2 participants