Some Common lisp benchmarks to compare libraries and techniques.
git clone https://github.com/fstamour/non-trivial-benchmarks.git ~/quicklisp/local-projects/(ql:quickload :non-trivial-benchmarks)
(non-trivial-benchmarks:run)How does non-trivial-benchmarks differ from cl-bench?
cl-benchcontains benchmarks aimed at comparing the performances of different common lisp implementations, whereasnon-trivial-benchmarksaims to compare different techniques, methodologies, algorithms, etc within the same lisp implementation.
- notes.org
- Blog post by Collin Woodbury (@fosskers) Optimizing Common Lisp