Skip to content

Replace parking_lot mutexes with stdlib #216

Closed
@nnmm

Description

@nnmm

Starting with Rust 1.62, the standard lib mutexes have roughly equal performance to parking_lot: rust-lang/rust#95035

IMO we could replace parking_lot with the standard lib mutexes throughout our code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions