Memory on a Diet
In my last article, I talked about the flyweight design pattern. I mostly talked about how it can save you (and your end user) bandwidth.
I failed to mention the save on memory.
If we continue the example from …
In my last article, I talked about the flyweight design pattern. I mostly talked about how it can save you (and your end user) bandwidth.
I failed to mention the save on memory.
If we continue the example from …
Your users expect a fast and smooth experience. Sometimes what stands in the way is how long it takes to download data. The flyweight design pattern is a …
My talk (in Hebrew) at Javascript Israel about Optimization Patterns in Javascript is now online. Enjoy š
…After the Object Pool article went online, I was asked this on Facebook:
What I take from here is 2 fold:
Javascript developers usually don’t care much about memory management. The JS engine …