Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in weak-references

Can a conforming C# compiler optimize away a local (but unused) variable if it is the only strong reference to an object?

Why doesn't the weakref work on this bound method?

python weak-references

When does WeakReference#get() start returning null?

C#: Notification before WeakReference is collected?

What are the benefits to using WeakReferences?

Are WeakHashMap cleared during a full GC?

java jit weak-references

Indexable weak ordered set in Python

Swift warning: 'weak' should not be applied to a property declaration in a protocol

C# GC.Collect not destroy an object if it's constructed using instance constructor initializer [duplicate]

Is there a way to FORCE weak and/or soft referenced objects to be GC'd in Java?

How to implement a canonicalizing mapping in Java?

Should adapters in Android be static inner classes or non-static inner classes

Why does the initialization to `weak` return `nil` in Swift?

ios swift weak-references

Two weak variables referencing each other in Swift?

Which of these objects are eligible for garbage collection?

Weak NSString variable is not nil after setting the only strong reference to nil

Swift weak lazy variable won't compile

NodeJS in-memory cache with memory pressure awareness

How can I maintain a weak reference on a COM object in C++?