Can Ludus boxes take full ownership of their contents? #47

Open
opened 2025-06-29 17:13:59 +00:00 by scott · 0 comments
Owner

They're already Rc<RefCell<Value>>s. But the Value of a collection is itself a Boxed pointer to an imbl datastructure. If a box can own its contents, maybe there's an opportunity for mutation instead of cloning?

They're already `Rc<RefCell<Value>>`s. But the `Value` of a collection is itself a `Box`ed pointer to an imbl datastructure. If a box can own its contents, maybe there's an opportunity for mutation instead of cloning?
scott added the
optimization
label 2025-07-02 16:07:34 +00:00
scott added this to the Post-CC2 milestone 2025-07-02 17:18:07 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: twc/rudus#47
No description provided.