Access denied, Please sign in and make sure you have proper permission.
  • 垃圾回收原理浅析 at May 08, 2025

    This is a clever way to explain Ruby's garbage collection! Thinking of it like a company laying off employees (the memory) makes it much easier to understand. I'm particularly interested in how the mark and sweep algorithm works. Almost like a Fnaf security guard deciding which animatronics (memory) need to be decommissioned! Looking forward to learning more about variable width allocation and how it relates to locality.