Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support rayon-like parallel execution #495

Open
nikomatsakis opened this issue Jun 17, 2024 · 0 comments
Open

Support rayon-like parallel execution #495

nikomatsakis opened this issue Jun 17, 2024 · 0 comments

Comments

@nikomatsakis
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant