Hacker News new | ask | show | jobs
by ldb 634 days ago
A great project.

FYI: I guess there is a minor typo in the README example: the argument of the second call to fib() in the non-coros version of the code should be "n-2" and not "n-1".

1 comments

Thanks for spotting that! I appreciate the feedback and will update the README.