ScratchData LogoScratchData
Back to rdococ's profile

Pairs with incremental GC

RDrdococ•Created June 4, 2019
Pairs with incremental GC
1
0
19 views
View on Scratch

Description

This project implements first class pairs with incremental mark and sweep garbage collection. The garbage collector doesn't recognize references to pairs held in regular Scratch variables and lists. If you need to hold such references, you can solve this by creating a linked list and marking it as a root, so that it doesn't get collected.

Project Details

Project ID314969882
CreatedJune 4, 2019
Last ModifiedOctober 19, 2021
SharedJune 4, 2019
Visibilityvisible
CommentsAllowed