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

fix overeager cloning in src/job.rs #86

Open
BrianHicks opened this issue Nov 7, 2022 · 0 comments
Open

fix overeager cloning in src/job.rs #86

BrianHicks opened this issue Nov 7, 2022 · 0 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@BrianHicks
Copy link
Member

In order to avoid pointers, we currently copy a little too much memory. @bhansconnect wrote a helper to avoid doing some of that, which we should use instead: roc-lang/roc#4361. That way we could have owned lists and dicts, and in so doing avoid some copies!

@BrianHicks BrianHicks added this to rbt Nov 7, 2022
@BrianHicks BrianHicks added the good first issue Good for newcomers label Nov 7, 2022
@BrianHicks BrianHicks moved this to Todo in rbt Nov 14, 2022
@BrianHicks BrianHicks added this to the initial build milestone Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

1 participant