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

Implement the certificate cache using a lockfree data structure #78

Open
TKussel opened this issue Dec 6, 2022 · 0 comments
Open

Implement the certificate cache using a lockfree data structure #78

TKussel opened this issue Dec 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@TKussel
Copy link
Member

TKussel commented Dec 6, 2022

The certificate cache is a single-writer-multiple-reader data structure and could benefit from a lockfree design for reading.
This would reduce the need for async methods, hence increase usability in traits.

@TKussel TKussel added the enhancement New feature or request label Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant