I have an equation that describes the time it takes a CPU to execute an operation as the number of cores increases. The number of cores increase as powers of two. $ $ 0.64+\frac{12.8}{p}$ $ DiscretePlot[g[n], {n, 2, 2^12, 2^n}] I understand that this is quite trivial as p grows large the function approaches 0.64Read more