Four Kitchens

Drupal Camp Asheville 2024 - July 12th-14th

Practical CS: Memory and Garbage Collection in PHP

Jim Vomero
Four Kitchens

It’s easy to forget that our programs actually run on metal; where ones and zeros are stored as charges in physical components. Modern programming languages give us a false feeling of separation from these circuit boards. Interpreted languages like PHP offer such flexibility, we often don’t consider the low-level issues, such as how our code affects memory allocation.