Node js cpu speed difference

Hi! Now i use old cpu 4c 8t + tenserflow node js. If i updated my pc on new example 16c 32t - what will be the difference in speed? At least approximately. In multi threading tests, these processors have a difference of about 9-10 times.

Hi @gotostereo,

You can expect to see a speedup of about 2-3 times for tasks that are moderately parallelizable, and a speedup of up to 8–10 times for tasks that are highly parallelizable.

Note: It is important to note that the actual speedup you see will depend on the specific tasks you are performing.

Thanks.

1 Like