Skip to content

Support rayon-like parallel execution #495

@nikomatsakis

Description

@nikomatsakis

Salsa today supports parallelism but in a kind of heavyweight way. It should be possible to easily "map" a query across a long list of inputs using rayon-like parallel processing -- maybe we can even literally use rayon. I haven't put much thought into this. I also want to get rid of the "sendable vs not-sendable" database distinction. Let's just require everything to be sendable and be done with it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions