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

Performance: Adds finalizer optimizations in a few places #1857

Merged
merged 2 commits into from
Sep 18, 2020

Conversation

pentp
Copy link
Contributor

@pentp pentp commented Sep 18, 2020

Description

There are a few places where finalizers are used and most of them are actually not useful and just cause overhead.
But there is one class which currently doesn't have a finalizer, but must have one - SecureStringHMACSHA256Helper holds native resources.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

@j82w
Copy link
Contributor

j82w commented Sep 18, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@j82w
Copy link
Contributor

j82w commented Sep 18, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@j82w j82w changed the title Fix finalizer use in a few places Performance: Adds finalizer optimizations in a few places Sep 18, 2020
@j82w j82w merged commit fc46b1d into Azure:master Sep 18, 2020
@kirankumarkolli
Copy link
Member

@pentp thanks alot for your contributions.

@pentp pentp deleted the fix-finalizers branch September 19, 2020 10:30
@ghost
Copy link

ghost commented Dec 15, 2021

Closing due to in-activity, pease feel free to re-open.

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

4 participants