p-e-w/savage

Investigate replacing `Box<T>` with `Rc<T>` basically everywhere

p-e-w opened this issue · 0 comments

p-e-w commented

We don't need mutation but we clone a lot, so this could improve performance and memory usage.