Memory: Don't Forget to Take Out the Garbage
Date: 25th Sep 2019
Speaker: Katie Fenn
Abstract
Memory is fundamentally important to any computer program. It's a finite resource, and is limited on mobile devices more than it is on desktop. JavaScript does a remarkable job of hiding this complexity from us. What's going on behind the scenes, and how can you fix problems when memory runs out?