Hacker News new | ask | show | jobs
by teaearlgraycold 972 days ago
Couldn’t you just have a global object table and make your pointers indexes into this, using Rc::Refcells throughout? Rust is still fast with runtime GC.