Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Performance tutorial #123

Open
Open
@jfbastien

Description

@jfbastien

I'd like a section, maybe PERFORMANCE.md or in DISCUSSION.md, which explains the performance goals of this spec, and open areas which can help bridge the gap with native.

It'll be useful to evaluate the design, and point developers who have existing code so they can understand what performance to expect from:

  1. The current spec.
  2. Future revisions.
  3. Executing SAB code on different platforms.

For example:

  • Hazard Pointer or RCU won't perform well on weak order machines, but neither will they with C++ consume.
  • seqlock will likely have suboptimal behavior.
  • Acquire/release operations are missing (affecting e.g. mutex), but should be readily available in the future.

This can't be exhaustive, but would be useful in developing benchmarks for SAB, and helping developers try it out (especially, setting expectations).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions