|
|
|
|
|
by chrisseaton
1918 days ago
|
|
> An iterative fibonacci solution runs in linear time. Absolutely nobody is under the impression that the naive parallel implementation of fib is actually useful code or the most efficient way to do it. You're missing the point if you're suggesting a different way to do it in the first place. It's just something to use as a running example... like on the original article this whole thread is about. |
|
I think maybe if there hadn't been such a vibe of "what, you don't know X?!?" then it would have just been an interesting fact to mention that parallelization demos often use fib, because it's an easy example to grok (though a confusing one if you already understand the faster method).