Reducing Memory Usage in Ruby
26-Jan-2018 3319
I’ve been working on building a compacting garbage collector in Ruby for a while now, and one of the biggest hurdles for implementing a compacting GC is updating references. For example, if Object A points to Object B, but the compacting GC moves Object B, how do we make sure that Object A points to the new location?.
Reducing Memory Usage in Ruby #ruby #rubydeveloper #rubyonrails #Reducing #Memory #Usage https://rubyonrails.ba/link/reducing-memory-usage-in-ruby