DEV Community

Discussion on: 🚀 Demystifying memory management in modern programming languages

Collapse
 
ram535 profile image
aldama • Edited

It good be interesting to know how Dart manage memory. I think a lot of people would be interested especially since flutter in getting a lot of momentum.

Collapse
 
deepu105 profile image
Deepu K Sasidharan

AFAIK, Dart uses a mark & sweep GC similar to JVM & Go. I'll see if I can add more details in an upcoming chapter