Skip to content

Consider using native std::sync primitives instead of parking_lot #126

Closed
@Tpt

Description

@Tpt

Now that Mutex is implemented in std without boxing when futex is available, it might make sense to use them instead of parking_lot. There are some benchmarks hinting about better std performances.

It might also make testing using e.g. loom easier.

Is it worth a trial and a benchmark?

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