← Back to context Comment by MattRix 19 hours ago Rust is not garbage collected though. 2 comments MattRix Reply vampirex 19 hours ago Yes, but safe Rust enforces strict borrow checking with tracing, reference counting, etc. which would be inefficient for GC implementation. LtdJorge 19 hours ago What tracing?
vampirex 19 hours ago Yes, but safe Rust enforces strict borrow checking with tracing, reference counting, etc. which would be inefficient for GC implementation. LtdJorge 19 hours ago What tracing?
Yes, but safe Rust enforces strict borrow checking with tracing, reference counting, etc. which would be inefficient for GC implementation.
What tracing?