Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in weak-references

Safely iterating over WeakKeyDictionary and WeakValueDictionary

In Perl, why does copying a weak reference create a normal, strong, reference?

perl weak-references

How to create weak reference in Objective-C?

android - java - WeakReferences with an ArrayList?

What did I do that made "weak refs processing" take 30 sec instead of 1.5 sec?

Implementing weak intrusive pointers in C++

Is it a good idea to implement a C# event with a weak reference under the hood?

c# .net events weak-references

Why weakref doesn't support built-in types in Python?

python weak-references

WeakReferences are not freed in embedded OS

Delphi "Supports" increments reference count on [weak] or [unsafe] interfaces

Why would I not use a weak pointer to self in a Block passed to dispatch_after()?

Would a "circular" reference be treated as "reachability" for a WeakMap?

Weak reference instead of getActivity() (Android avoid memory leak)?

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