-
-
Notifications
You must be signed in to change notification settings - Fork 108
perf: replace array and where clause with ValueStringBuilder
#4273
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
Conversation
SummaryEliminates array and LINQ allocations in test output methods by using stack-based Critical Issues
SuggestionsNone - the performance optimization is well-targeted and the TUnit Rules Compliance✅ Performance First - Directly addresses this rule by eliminating hot-path allocations Verdict
|
ff3252f to
fd4da2d
Compare
Fixed 👍 Hopefully this PR proves that I messed up the logic on #4231. I'll give it another try if this PR passes the CI |
Removes
string[]andWhereArrayIteratorallocations by usingValueStringBuilderAllocations that are eliminated