5903 Intro Scientific Prog:
More Primes: Specification

  1. Make your Primes code run faster.  Explain what you did.
  2. Give me some profiler output from your code and explain what it means.
  3. Draw a graph showing how the elapsed time increases with the number of primes computed.
  4. Argue (briefly and informally) that this scales the way you would expect it to. Of course, the scaling depends on your algorithm.