Hacker News new | ask | show | jobs
by dfc 5194 days ago
500 > 75

In the context of speed, 500 times slower is more dramatic than 75 times slower.

1 comments

500 > 75

I don't think anyone has trouble with the arithmetical inequality. The issue is that the recursive Fibonacci number algorithm is notoriously unrealistic (it's exponential in its argument, growing as φ^n). Because of this, the claim that the example is more "powerful" is a little dubious.