Collecting Garbage in ConfrontJS
My video from confrontJS about reducing garbage collection with the Object Pool design pattern is now live on YouTube!
My video from confrontJS about reducing garbage collection with the Object Pool design pattern is now live on YouTube!
After the Object Pool article went online, I was asked this on Facebook:
What I take from here is 2 fold:
In a former article I’ve shown the consequences of memory allocation and garbage collection. Object pool is a simple design pattern that can be used in order to solve both problems.
Memory allocation is a slow process. …