AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Russ - The Ownership Story
The ownership story is basically exactly what you want for for data, right? So I typically, I mean, everyone knows that shared mutable state is the root of all evil when it comes to concurrency. And a lot of languages try to solve that by restricting your ability to have shared state or mutable state and Ross basically says, share mutablestate is indeed bad, but shared state is fast, and also often very intuitive. Russ has this really robust ownership story, ownership and borrowing and ownership and borrowing is pretty awesome for reasoning about things. It's awesome for performance, awesome for letting you allocate things in the right place you did heap or the stack whatever's appropriate,. But it