|
|
|
|
|
by zozbot234
836 days ago
|
|
This is what Swift does, and it has even lower performance than tracing GC. (To be clear, using RC for everything is fine for prototype-level or purely exploratory code, but if you care about performance you'll absolutely want to have good support for non-refcounted objects, as in Rust.) |
|