savage
savage copied to clipboard
Investigate replacing `Box<T>` with `Rc<T>` basically everywhere
We don't need mutation but we clone a lot, so this could improve performance and memory usage.