|
|
|
|
|
by jonathanyc
3998 days ago
|
|
Obviously you could implement any algorithm using reference counting instead of garbage collection. The question is whether or not you really want to pepper your code with what is essentially manual memory management when necessary. |
|