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

Optimise OPENSSL_init_crypto to not need a lock when loading config #13731

Closed

Conversation

@mattcaswell
Copy link
Member

@mattcaswell mattcaswell commented Dec 22, 2020

Most of the time we don't have any explicit settings when loading a
config file. Therefore we optimise things so that we don't need to use
a lock in that instance.

Partially addresses performance issues in #13725

Most of the time we don't have any explicit settings when loading a
config file. Therefore we optimise things so that we don't need to use
a lock in that instance.

Partially addresses performance issues in #13725
@mattcaswell mattcaswell added this to the 3.0.0 beta1 milestone Dec 22, 2020
Copy link
Member

@beldmit beldmit left a comment

LGTM

@openssl-machine
Copy link

@openssl-machine openssl-machine commented Dec 24, 2020

This pull request is ready to merge

openssl-machine pushed a commit that referenced this pull request Dec 24, 2020
Most of the time we don't have any explicit settings when loading a
config file. Therefore we optimise things so that we don't need to use
a lock in that instance.

Partially addresses performance issues in #13725

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from #13731)
@beldmit
Copy link
Member

@beldmit beldmit commented Dec 24, 2020

Merged. Thanks!

@beldmit beldmit closed this Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants