mattie

joined 1 year ago
 

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

[–] [email protected] 1 points 3 weeks 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?

[–] [email protected] 3 points 2 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

10
What's new in Swift 6.0? (www.hackingwithswift.com)
 

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.