|
|
|
|
|
by happyhotpocket
3093 days ago
|
|
The comments go into detail about whether or not it's valid to conclude that the results seen are an effect of the garbage collection mechanism, but the impression i'm left with is that the author is justified in saying that there isn't enough evidence to state that reference counting is superior to tracing, and the comment chain just solidifies that for me. |
|
A GC will periodically scan the heap and free memory of an entire batch which makes it more efficient but undeterministic.