Post

Replies

Boosts

Views

Activity

Reply to Safari 18+ network bug - randomly - The network connection was lost
I see this problem occuring on verizon.com signin page which is keep me from signing in to my account. Note, I have nothing to do with verizon other than being a customer.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’25
Reply to M1Utra vs Old iMac, why is retain/release on M1 42 times slower?
[message deleted]
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to M1Utra vs Old iMac, why is retain/release on M1 42 times slower?
Rewrote it to use a struct passed instead of referencing class properties, now massive fast. Still be nice to know for sure if my conjecture about runtime is true.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to M1Utra vs Old iMac, why is retain/release on M1 42 times slower?
This would make sense if the objective-C runtime (or ARC) is still running on Intel, thus requiring a switch to Rosetta. If so, people should be made aware that any capture of self could cause a slowdown on M1. Odd if true, but I can't see how Apple could otherwise code such a simple concept so badly if it's native ARM.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’22