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