Tagged Questions

7
votes
16answers
546 views

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?
5
votes
25answers
530 views

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 …
2
votes
12answers
358 views

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), …
-3
votes
6answers
225 views

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

Hello all, 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 …
-4
votes
3answers
215 views

Why is Moore’s Law so?

I want to know why the phenomenon of moore's law exists - why double every 2 years?