Skip to content

GC-supported Release

Past due by over 1 year 0% complete

This version will introduce a long-planned feature: the addition of a Garbage Collection (GC) mechanism based on full scanning, marking, and reclaiming of resources. This will involve both objects and chunks and represents a significant change in the system. There is a certain level of risk associated with data migration and compatibility.

By introducing …

This version will introduce a long-planned feature: the addition of a Garbage Collection (GC) mechanism based on full scanning, marking, and reclaiming of resources. This will involve both objects and chunks and represents a significant change in the system. There is a certain level of risk associated with data migration and compatibility.

By introducing a GC-supported release, the goal is to improve the overall efficiency of resource management within the system, reduce memory leaks and fragmentation, and enhance system performance and stability.

Loading