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

cmd/server: pool x/text/transform.Transformer instances #571

Merged
merged 4 commits into from
Oct 22, 2024

Conversation

adamdecaf
Copy link
Member

This dramatically reduces memory usage in benchmarks and should help with CPU usage / response times.

This saves a bunch of memory from creating log messages which are discarded.
This dramatically reduces memory usage in benchmarks and should help
with CPU usage / response times.
@adamdecaf adamdecaf merged commit 1eca0f6 into moov-io:master Oct 22, 2024
17 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