Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

1 participant