this post was submitted on 21 Oct 2023
1 points (100.0% liked)
Lisp
53 readers
3 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What is purpose of this? Optimize a function which uses a terrible algorithm? Why not use a good algorithm? In Racket for instance
And now
(10,000 digit number, results are from cold Racket so memo table was empty initially.)
Is entertaining then to try to compute say
(log (fib 500000) 10)
. Bignums tend to get pretty slow then.