Skip to content

Implement the certificate cache using a lockfree data structure #78

@TKussel

Description

@TKussel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions