In another thread one of the forum members said that a quad core computer is good with Xojo, because when it compiles a project it uses multiple cores.
I’m upgrading my mac.
Im trying to work out what type of machine I need to upgrade to, to get the best performance in the IDE and compiling large web app projects.
it is fundamental to get an ssd drive (before the quad core…)
there are still many desktop macs with mechanical hard drives around…
overall speed gain :
mechanical -> x3 -> fusion drive -> x3 -> ssd
You will profit from multiple cores depending on the size of your project and the optimization level of it. While your code is compiled linearly on one thread first, the optimization and linking phase tends to max out all cores.
When I compile debug builds, I feel no difference in speed while I work on my MacBook or on my iMac. The MacBooks SSD compensates the slower CPU, at least on a felt level.
This is very different when I build 64Bit apps. Especially with aggressive optimization, the iMac is a lot faster then, the main difference being the linking stage again.
So yes, I would say its advisable to have a more powerful CPU.