
S1:E5 - "Linked Lists in Your Apartment"
Base.cs Podcast
00:00
Is Memory a Scary Word?
memory is one of those scary words that i just gennly try to ignore. Riht kind of feels like you can just use it for free and not worry about it. But if you work with te language that doesn't handle garbage collection for you, then you do need to worry about memory and where things live. And you probably also have to think about things like, am i wasting space? Am i allocating space and memory that i am not using? Or copying over things because i didn't know how to budget my memory properly? It's, i's not built into the language alot othe times.
Play episode from 17:09
Transcript


