shredder icon indicating copy to clipboard operation
shredder copied to clipboard

Weak pointers

Open alekratz opened this issue 4 years ago • 1 comments

I have a use-case where it would be useful to have a weak pointer to a Gc pointer (basically, a cache of Gc'd items). I don't think it would be too difficult to implement. Thoughts?

alekratz avatar Nov 07 '20 01:11 alekratz

The issue here is the potential performance overhead/collector complexity. I have thought about this a bit, but I'm punting on deciding whether to implement this until the next time I work on the collection logic

Others avatar Feb 28 '21 08:02 Others