Small talk about Garbage Collector



What is the different between Ruby GC and Python GC?
If Python is losing link on object, it indicate it like zero and GC immediately frees memory.
Ruby wait for next cycle iteration

More About Garbage collector patshaughnessy.net

Comments