Questions tagged [moores-law]

Moore's law is the observation that over the history of computing hardware, the number of transistors on integrated circuits doubles approximately every two years.

Moore's law is the observation that over the history of computing hardware, the number of transistors on integrated circuits doubles approximately every two years.

The law is named after Intel co-founder Gordon E. Moore, who described the trend in his 1965 paper. The paper noted that the number of components in integrated circuits had doubled every year from the invention of the integrated circuit in 1958 until 1965 and predicted that the trend would continue "for at least ten years".

6 questions
13
votes
16 answers

Why does Moore's Law necessitate parallel computing?

This was a question in one of my CS textbooks. I am at a loss. I don't see why it necessarily would lead to parallel computing. Anyone wanna point me in the right direction?
Shane
12
votes
1 answer

How much overhead does sparking incur?

This graph in "Parallel and Concurrent Programming": http://chimera.labs.oreilly.com/books/1230000000929/ch03.html#fig_kmeans-granularity at first seems to indicate that there's a serious overhead to sparking too much. But if you look carefully at…
dspyz
  • 5,280
  • 2
  • 25
  • 63
7
votes
26 answers

Will optimizing code become unnecessary?

If Moore's Law holds true, and CPUs/GPUs become increasingly fast, will software (and, by association, you software developers) still push the boundaries to the extent that you still need to optimize your code? Or will a naive factorial solution be…
jkeys
  • 3,803
  • 11
  • 39
  • 63
3
votes
12 answers

Moore’s Law Problem

Suppose you need to run a program on the world’s fastest supercomputer which will take 10 years to complete. You could: Spend $250M now Program for 9 years, Moore’s law speedup (4,000x faster), spend $1M in 10years, complete in 2 weeks. What is…
GateKiller
  • 74,180
  • 73
  • 171
  • 204
0
votes
6 answers

(strongly vs weakly) typed AND (statically vs dynamically) typed languages and Moore's law

I do not know how many faces this problem. If I do programming in weakly/dynamically typed language like python,php,javascript for few days I lose touch with strongly typed languages like c++,Java,.net. I recently heard languages like python and…
Xinus
  • 29,617
  • 32
  • 119
  • 165
-2
votes
2 answers

What is the platform independent algorithm that returns a measurable value to test Moore's Law?

Just because of curiosity... Is there a platform independent algorithm that produces a comparable value; so that I can implement the algorith on different machines that were introduced to the market bi-yearly and see how does it fit with Moore's…
pencilCake
  • 51,323
  • 85
  • 226
  • 363