Comment on A Linear Algebra Trick for Computing Fibonacci Numbers Fast

<- View Parent
IAm_A_Complete_Idiot@sh.itjust.works ⁨7⁩ ⁨months⁩ ago

According to the benchmark in the article it’s already way faster at n = 1000. I think you’re overestimating the cost of multiplication relative to just cutting down n logarithmically.

log_2(1000) = roughly 10, which is a hundred times less than 1000. 2000 would be 11, and 4000 would be 12. Logs are crazy.

source
Sort:hotnewtop