6 ms·
I’m not sure this answers what you asked, objects that are referenced from multiple objects are simply wrapped with Arc<T>.
by nuta 5y ago
I’m not sure this answers what you asked, objects that are referenced from multiple objects are simply wrapped with Arc<T>.
- a-dub 5y agosortof. i'm just kinda curious if any of rust's cool memory management features work particularly well or have to be bypassed in a monolithic kernel context.