Garbage Collection in Ruby
27-Aug-2020 2318
Ruby’s garbage collector code lives in a single file called gc.c. “Garbage collector” is probably not the best term to call it because in addition to garbage collection, code inside gc.c is responsible for memory allocation and management. In other words, the whole lifecycle of an object is managed by code in gc.c.
Garbage Collection in Ruby #ruby #rubydeveloper #rubyonrails #Garbage #Collection https://rubyonrails.ba/link/garbage-collection-in-ruby