|
Project Information
Links
|
The solver implementations were used for benchmarking Common Lisp against C code. They are intentionally not threaded to ensure that they only use one cpu core. The goal is not to measure multi-core performance or algorithmic/data structure optimizations against each implementation but to instead compare the performance of the code(in time and space usage) that the respective compilers generate using as similar as possible algorithms and data structures.
See the following blog posts for more details : http://www.imagine27.com/articles/2009-05-03-195227_i_want_to_believe_in_lisp_performance.html |