List Question
20 TechQA 2024-03-29T07:22:26.437000What is 'MarkDependentCodeForDeoptimization()' used for in V8's Mark-Compact phase?
21 views
Asked by picasso
WeakMethod in WeakSet
45 views
Asked by Tom Pohl
WeakReference not Garbage Collected
110 views
Asked by James B
Here's a TupleSet in JS. How can we make it a WeakTupleSet?
41 views
Asked by trusktr
How can I create a Weak<dyn T> via Weak::new()?
60 views
Asked by OLNG
In Swift, how to create an array of weak references to objects that support a certain protocol?
32 views
Asked by ragnarius
TypeScript / JavaScript - Will this WeakMap 'hack' work as I intend?
146 views
Asked by user3767443
How do I avoid memory leaks when calling async functions in a Timer.scheduledTimer's repeating code?
94 views
Asked by ADC2000
How can I prevent a DOM node removed from its tree from being held by spurious strong references, like from closures?
462 views
Asked by user3840170
python performs a deepcopy of a weakref.proxy's content. Why? Which entity owns the reference?
76 views
Asked by mutableVoid
ConditionalWeakTable works differently in .Net 7.0 and .Net Framework 4.8?
55 views
Asked by Graviton
Weak binding to model properties from subview
396 views
Asked by MichaĆ Ziobro
Will WeakSet be garbage collected if values are used as keys in Map?
33 views
Asked by Djordje Vuckovic
Difference between unowned var something: Something! and weak var something: Something! in Swift
127 views
Asked by Roman Podymov
Parent/Child relationship - should parent be weak?
373 views
Asked by HangarRash
ConditionalWeakTable example doesn't work?
31 views
Asked by James Crosswell
Weak referenced Passthrough Subject doesn't send input
90 views
Asked by incelemeTRe
How to intern objects with weakref/gc support?
66 views
Asked by Yakov Galka
In Rust, how does Weak<T> know when the inner value has been dropped?
406 views
Asked by Calogyne
garbage collection in python threading
92 views
Asked by Pascal