Is reference counting slower than GC?
“Reference counting is slower than garbage collection”, a claim often made in the discussion of memory management. - blog
see also
- Borrow Checking, RC, GC, and the Eleven () Other Memory Safety Approaches
- A Unified Theory of Garbage Collection - tracing GC and reference counting are dual solutions to the same problem, two ends of the same spectrum, with hybrid solutions existing in between.
Written on March 26, 2019, Last update on April 25, 2024
gc
memory
rust