-
-
Notifications
You must be signed in to change notification settings - Fork 11
Garbage Collection #1
Copy link
Copy link
Open
Labels
Type - FeatureA proposal for a new feature.A proposal for a new feature.help wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
Type - FeatureA proposal for a new feature.A proposal for a new feature.help wantedExtra attention is neededExtra attention is needed
From what I've seen, the project currently handles memory with Arcs, which will leak on cyclic references. Are there plans to use a real garbage collector?