A benchmark between Python, C, Rust and Common Lisp for calculating fibonacci series
A few years ago I did a benchmark between Common Lisp and C++ and wrote pieces of code for determining if a number is prime or not. Unlike …C++ vs Common Lisp Performance
After I read a small paper named How to make Lisp go faster than C I decided to do some small benchmarking myself with C++ and Common Lisp. …