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

Appending to tree in parallel #83

Open
lewis-carson opened this issue Jul 23, 2022 · 1 comment
Open

Appending to tree in parallel #83

lewis-carson opened this issue Jul 23, 2022 · 1 comment

Comments

@lewis-carson
Copy link

Hello,

I'd like to append to my indextree arena in parallel through rayon, however I'm running into issues with the borrow checker. What's the recommended way to circumvent this?

@saschagrunert
Copy link
Owner

Hey @lew-d, we have a parallel iteration example there: https://github.com/saschagrunert/indextree/blob/main/examples/parallel_iteration.rs

May I ask you which kind of errors occur on your end?

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

No branches or pull requests

2 participants