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

ToTitleCase Perf improvements #1442

Merged
merged 14 commits into from
Feb 23, 2024
Merged

ToTitleCase Perf improvements #1442

merged 14 commits into from
Feb 23, 2024

Conversation

SimonCropp
Copy link
Collaborator

@SimonCropp SimonCropp commented Feb 23, 2024

v2

Method StringLen Mean Error StdDev Allocated
TitleCase 10 2.283 us 0.0055 us 0.0052 us 1.57 KB
TitleCase 100 34.372 us 0.0438 us 0.0389 us 24.85 KB

v3

Method StringLen Mean Error StdDev Allocated
TitleCase 10 1.008 us 0.0030 us 0.0028 us 920 B
TitleCase 100 10.872 us 0.0130 us 0.0115 us 8720 B

@SimonCropp SimonCropp added this to the v3.0 milestone Feb 23, 2024
@SimonCropp SimonCropp enabled auto-merge (squash) February 23, 2024 12:56
@SimonCropp SimonCropp merged commit 30c2fb6 into main Feb 23, 2024
3 checks passed
@SimonCropp SimonCropp deleted the fransformer branch February 23, 2024 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant