Earlier quoted context omitted.
You care about single-core performance when you use the web: things like JavaScript processing, layout, etc. will bottleneck on one core and since developers are shipping more code this is probably the most noticeable difference. It's also a little hard to tell in some cases since there are many “native apps” which use an embedded web view for some of their UI. This is important for developers to know about because i…
> You care about single-core performance when you use the web: Theoretically, I would care. But in practice, I just took out an old budget android phone, gave it a go at browsing the web (news, images, and videos), and it seemed not to be noticeably slower than my much newer and pricier iPhone. Benchmarks would probably show a great difference between the two, but my eyes can't tell.
Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra
421–430 of 509 posts
Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra
#422Earlier quoted context omitted.
That is something Alex Russell, the author of that blog post, is trying to raise awareness of in the industry but changing the culture of web development is a lot harder than buying a different phone (in many cases that won't even cost you more money).
Fix it at the rendering level. My device should default to not rendering a website the way the developer asks it to, but the way my defaults are set. Load a minimum viable site, ask my permission to execute more.
What about buying a ticket and it failing at the last step because your browser determined that js was unneeded?
Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra
#423Earlier quoted context omitted.
You care about single-core performance when you use the web: things like JavaScript processing, layout, etc. will bottleneck on one core and since developers are shipping more code this is probably the most noticeable difference. It's also a little hard to tell in some cases since there are many “native apps” which use an embedded web view for some of their UI. This is important for developers to know about because i…
Yeah and the s23 has double the memory so it’s going to absolutely kick the crap out of the iPhone12 after it starts to swap your tabs into memory even accounting for the JVM. It’s cool and all for Apple to have an edge in single core performance but it doesn’t matter all that much in the real world and the s23 is objectively the faster phone.
Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra
#424Earlier quoted context omitted.
Yeah and the s23 has double the memory so it’s going to absolutely kick the crap out of the iPhone12 after it starts to swap your tabs into memory even accounting for the JVM. It’s cool and all for Apple to have an edge in single core performance but it doesn’t matter all that much in the real world and the s23 is objectively the faster phone.
> the s23 has dramatically more memory so it’s going to absolutely kick the crap out of the iPhone12 after it starts to swap your tabs into memory. Do you have any reproducible test results showing that or are you just asserting tribal loyalty? I jest, we all know the answer. You might want to read up on how iOS and Android differ in key ways: native code versus JIT, garbage collection versus ARC, and all of the syst…
Apple hardware is just that much better, it is not about the software stack.
Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra
#425Earlier quoted context omitted.
Please accept my sympathy. I do understand and soon enough I'll be in the same predicament. Every iOS 15 patch feels like a gift. I seriously don't know what I'm going do when iOS 15 becomes end of life; there aren't any modern phones that have my critical—and arguably reasonable—hardware requirements.
The other requirement being the home button instead of these awful swipe gestures and facial unlock? And compact size. Man, Steve Jobs got it right before.
I would have agreed with you on the fingerprints being superior, but I have to say that I really can’t say anything bad about the face scanner. It is fast and accurate and very rarely fails (which would be the same with fingerprints, you may have gloves on, or your hands are dirty, etc)
Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra
#426Earlier quoted context omitted.
I use an iPhone X (released 2017) and I wish it kept up with modern app performance requirements. The iPhone X doesn't support built-in OCR in images and apps take 1-2s longer to launch than my iPhone 13. Faster performance today means longer lasting tomorrow.
I still use an iPhone X (with new battery from last year). The Pixel 2 was released around the same time and is e-waste. Almost all apps run well with the exception of Google's, which have consistently gotten worse. The camera still starts up quickly, and the fact that most apps are still performant compared to an iPhone 13 is impressive. Google Docs is unusable - even small documents can't be opened, and the app han…
Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra
#427Earlier quoted context omitted.
Apps taking longer to launch is generally a RAM issue (unless you swipe up and force-close your apps each time). They drastically increased RAM recently: https://9to5mac.com/2022/12/31/iphone-ram-list/
Drastically still looks way lower than Samsung flagships (12GB).
Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra
#428Earlier quoted context omitted.
iOS has historically done a lot better with less RAM (as far as how snappy and responsive it feels) than Android. Dunno if that's still the case, but it very much was for years and years.
MacOS manages better than Windows as well. Apple seems to have really good memory management. I don’t know enough to know what they are doing, but in day to day tasks it always feels like a Mac/ iPhone needs half as much memory to feel responsive. Memory intensive work, such as video editing still require what they require though.
Unfortunately this can be hardly retrofitted to other OSs since it requires cooperation from the apps.
Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra
#429Earlier quoted context omitted.
iOS has historically done a lot better with less RAM (as far as how snappy and responsive it feels) than Android. Dunno if that's still the case, but it very much was for years and years.
I believe it's still true. Apple's swift/obj c++ don't use garbage collection. Android default java/kitlin does, so android is inherently more memory intensive.
Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra
#430Earlier quoted context omitted.
No that’s because your battery is old. Swap the battery and that “slow old phone” suddenly has the exact same speed as the current flagship
iOS does have a feature that throttles the CPU on deeply worn-down batteries to save battery life, however, after it got some publicity a few years ago they made it user-toggleable from the settings menu (Battery > Battery Health & Charging) My XS is currently at 74% of initial capacity (it tells you this too, which is really nice), and I don't even have the option to enable throttling yet, so it must not kick in unt…