Y
Hacker News
new
|
ask
|
show
|
jobs
by
rc00
439 days ago
Reference counting is quite literally a subset of garbage collection.
2 comments
pod_krad
438 days ago
Garbage Collector acts mainly in unpredictable way. I mean it is possible it won't free memory even if counter is zero already. This is not true if we are talking about Rust.
link
rc00
438 days ago
https://news.ycombinator.com/item?id=43614013
link
nottorp
439 days ago
Then malloc/free are quite literally a subset of the borrow checker :)
link