2
submitted 2 months ago by mattie@lemmy.world to c/swift@programming.dev

Wrote this up in kind of hurry, but people seem to like it. Thought I’d throw it up over here.

[-] mattie@lemmy.world 1 points 2 months ago

Dictionary is a value type so it is stack-allocated. But that value is a pretty thin wrapper around a heap-allocated backing store. I’m not sure how useful it is to think about or even know that detail. I hate doing the cliché thing here, but can I ask why you are asking?

[-] mattie@lemmy.world 3 points 3 months ago

If anyone has any feedback on the content, I'd love to hear! You can also check out the sources and even get involved here: https://github.com/apple/swift-migration-guide

8
submitted 3 months ago by mattie@lemmy.world to c/swift@programming.dev
10
What's new in Swift 6.0? (www.hackingwithswift.com)
submitted 3 months ago by mattie@lemmy.world to c/swift@programming.dev
6
submitted 4 months ago by mattie@lemmy.world to c/swift@programming.dev

Hey all! I've been writing up a series on the changes coming to Swift 6 related to concurrency. Thought I'd start sharing them here too.

mattie

joined 1 year ago