-
-
Notifications
You must be signed in to change notification settings - Fork 94
Performance tweaks #3295
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
Performance tweaks #3295
Conversation
|
Claude finished @thomhurst's task —— View job Performance Tweaks PR ReviewTodo List:
Review SummaryThis PR implements several focused performance optimizations that are well-executed and follow TUnit's performance-first philosophy. The changes target allocation-heavy code paths during source generation and test execution. ✅ Excellent Performance Optimizations1. String Indentation Caching (
|
No description provided.