AdvancedVocabulary#algorithms#backend#developer-tools

Tri-Color Marking Vocabulary

Build fluency in the vocabulary of tracking objects as white, gray, or black to safely collect garbage concurrently with the application.

0 / 5 completed
1 / 5
A teammate explains that a concurrent garbage collector tracks each object as white, meaning unvisited, gray, meaning visited but its references not yet scanned, or black, meaning fully scanned, to safely reclaim memory while the application keeps running and mutating references. What algorithm is being described?