Fibonacci 200M in 2 Minutes
Posted on Fri 16 December 2022 in tech • Tagged with programming, fibonacci, prime, go
F(200M) in 2 minutes! Apple arm64 is no joke. You can do it yourself with Go Fib
Posted on Fri 16 December 2022 in tech • Tagged with programming, fibonacci, prime, go
F(200M) in 2 minutes! Apple arm64 is no joke. You can do it yourself with Go Fib
Posted on Sun 31 October 2021 in tech • Tagged with programming, fibonacci, prime, go
I've updated my multi-precision Fibonacci C++ package in Go. I am currently in the process of learning Go and this is something I thought I could tackle. I was surprised at how easy it was to build this. I'm becoming a reluctant convert. The implemntation complexity is comparable to Python …