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

Zero alloc NoMetrics #1

Merged
merged 1 commit into from
Mar 10, 2021
Merged

Conversation

rogeralsing
Copy link
Contributor

WIP

The current implementation relies on params string[], which forces allocations of a string array in every call.
Adding some standard overloads makes it possible to avoid this allocation.
This is especially important for a real no-op provider, to avoid allocations in hot-paths, e.g. Proto.Actor Receive pipeline.

Not pretty, but it works.

@alexeyzimarev alexeyzimarev merged commit 7228dde into UbiquitousLanguage:master Mar 10, 2021
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.

None yet

2 participants