Y
Hacker News
new
|
ask
|
show
|
jobs
by
azinman2
2733 days ago
What’s not solved with weak refs?
2 comments
ben-schaaf
2733 days ago
What's not solved with manual memory management? The point is not that you can't solve it, the point is that reference counting isn't the whole solution for garbage collection unlike a tracing gc for instance.
link
saagarjha
2733 days ago
Weak reference counting is still reference counting.
link
giornogiovanna
2733 days ago
It can always be solved with weak references.
link
fauigerzigerk
2733 days ago
Only if you know that you haven't solved it already:
https://news.ycombinator.com/item?id=19093677
link