HEhuda elhadyinhudaios.hashnode.dev00Swift: Copy on Write Automatic vs ManualMar 7 · 3 min read · For a long time I thought CoW happens automatically in Swift and I found that this is not entirely correctAutomatically CoW:so for array, dictionary, set, string and data it happens automatically // aJoin discussion
HEhuda elhadyinhudaios.hashnode.dev00Swift: High-Level Code, Zero Performance Cost Mar 6 · 1 min read · Today I learned something new about Swift — we can write high-level elegant code with zero cost.I wanted to write a simple code that goes through array elements and multiplies each element by 2, and IJoin discussion