The basics have not changed since the last time I commented on this. Most modern processes run at about the same speed, so processor speed differences won’t help much. The number of cores will make the biggest difference in processing times. However, because of the overhead associated with parallelizing an algorithm, it’s not a simple linear relationship (i.e., double the cores doesn’t mean double the speed). Builder only reads from the HD when starting a build or evaluation (and only if necessary) to read the price data, so a SSD won’t make much difference. More RAM is always good if you need it, which depends on your build parameters, because Builder stores everything in memory while building.
Mike Bryant
--
You received this message because you are subscribed to the Google Groups "Adaptrade Builder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adaptrade-builder+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hugh
To unsubscribe from this group and stop receiving emails from it, send an email to adaptrade-buil...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to adaptrade-builder+unsubscribe@googlegroups.com.
"For better performance, the operating system takes physical locality into account when assigning logical processors to groups. All of the logical processors in a core, and all of the cores in a physical processor, are assigned to the same group, if possible. Physical processors that are physically close to one another are assigned to the same group. A NUMA node is assigned to a single group unless the capacity of the node exceeds the maximum group size. For more information, see NUMA Support.
On systems with 64 or fewer processors, existing applications will operate correctly without modification. Applications that do not call any functions that use processor affinity masks or processor numbers will operate correctly on all systems, regardless of the number of processors. To operate correctly on systems with more than 64 logical processors, the following kinds of applications might require modification:
To unsubscribe from this group and stop receiving emails from it, send an email to adaptrade-builder+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to adaptrade-builder+unsubscribe@googlegroups.com.
There’s nothing specific to the processor type in Builder. I haven’t tested the program on Intel versus AMD. I can tell you I personally use an AMD Ryzen 7 1700 (8-core; 16 virtual cores) 3 GHz processor and it works well. With a typical build, all 16 logical processors are at 100% utilization. I believe the 7 1700 has since been replaced by a newer Ryzen 7.
Mike Bryant
Adaptrade Software
From: adaptrad...@googlegroups.com <adaptrad...@googlegroups.com> On Behalf Of Matthew
Sent: Saturday, February 16, 2019 10:16 AM
Subject: Re: Builder PC Recommendations
Mike - Are there any optimizations you're using in the application to have a preference for Intel or AMD processors? I am aiming at something like an Intel i9 or AMD Ryzen Threadripper.