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

Fix excessive allocations in PartitionParser #99

Merged
merged 3 commits into from
Feb 29, 2024

Conversation

verdie-g
Copy link
Contributor

These allocations represent 18% of the total allocation size of our biggest service. Since Aerospike now targets .NET 6 we can use such optimizations.

AerospikeClient/Cluster/PartitionParser.cs Show resolved Hide resolved
AerospikeClient/Cluster/PartitionParser.cs Show resolved Hide resolved
AerospikeClient/Main/Info.cs Outdated Show resolved Hide resolved
@shannonklaus shannonklaus changed the base branch from master to stage February 29, 2024 18:01
@shannonklaus
Copy link
Collaborator

Merging to our stage branch. This will be included in our next release and merged to master during that time. I expect the release will be in a couple weeks. Thanks for your pull request!

@shannonklaus shannonklaus merged commit ebe6e4f into aerospike:stage Feb 29, 2024
4 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.

None yet

2 participants