A benchmark between Python, C, Rust and Common Lisp for calculating fibonacci series wordsA 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 wordsAfter 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. …