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