Category: Technology

  • PHP at Scale: Efficiently Storing Object Data

    This post seeks to discourage two patterns in any PHP code that may ever need to scale: Both of these may seem like innocent, sensible additions at one time without it being clear to developers how grave the consequences are down the line. (skip to a dynamic-property benchmark) Starting Simple This is fine for an…