Camelcade / Devel-Camelcadedb

Perl module for debugging with Perl5 plugin for IntelliJ
Other
23 stars 9 forks source link

Use weak references for internal caches #59

Open hurricup opened 3 years ago

hurricup commented 3 years ago

Initial idea was to support refcount and use weak references for internal caches. But for now it's just normal one. May hit at some point. We need to understand the lifetime of the cache and weaken refs if necessary.