|
|
|
|
|
by rsynnott
2038 days ago
|
|
> Reference counting is typically used in garbage collection While you _can_ implement a garbage collector with reference counting, and in the broadest possible definition of 'garbage collector' you could call Apple's use of reference counting a garbage collector, no, what people typically call garbage collectors are not, today, typically primarily dependent on reference counting. |
|