emacs.d/clones/lisp/www.cliki.net/benchmark.html

104 lines
6.7 KiB
HTML
Raw Normal View History

2022-10-07 15:47:14 +02:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CLiki: benchmark</title>
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
href="https://www.cliki.net/site/feed/article.atom?title=benchmark">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/colorize.css">
</head>
<body>
<span class="hidden">CLiki - benchmark</span>
<div id="content"><div id="content-area"><div id="article-title">benchmark</div><div id="article">This page presents different aspects on <a href="Common&#32;Lisp.html" class="category">Common Lisp</a> benchmarks. See also the <a href="Performance.html" class="internal">Performance</a> page which references various performance-related papers.<p><ul>
<li>
<a href="https://www.cons.org/cracauer/lisp-c-fp-bench/">Wanna see some floating point code that runs in CMUCL as fast as in C?</a> from Martin Cracauer's pages (examples were dated to 1996 as of this editing).
</li>
<li>Revived and renewed, <a href="https://benchmarksgame-team.pages.debian.net/benchmarksgame/">The Computer Language Benchmarks Game</a>: a comparison of many language implementations, including <a href="https://benchmarksgame-team.pages.debian.net/benchmarksgame/measurements/sbcl.html">SBCL</a>, on 32 benchmarks.
</li>
<li>
<a href="http://www-cgi.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/bench/0.html">Benchmarking
Suites</a> including those by Gabriel, Fateman and Acuff, can be used to
compare different implementations.
</li>
<li>the article <a href="https://research.utwente.nl/en/publications/benchmarking-implementations-of-functional-languages-with-pseudok">Benchmarking Implementations of Functional Languages with Pseudoknot, a Float-Intensive Benchmark</a>.
</li>
<li>Information on <a href="https://gcc.gnu.org/benchmarks/">benchmarking GCC</a>.
</li>
</ul>
<a href="CLiki.html" class="internal">CLiki</a> pages with topic 'benchmark':<p><ul>
<li>
<a href="boinkmarks.html" class="internal">boinkmarks</a> -
<a href="Benchmark.html" class="category">Benchmark</a>s of the current &amp; of old versions of <a href="SBCL.html" class="category">SBCL</a>, as related in <a href="https://boinkor.net/2020/02/somewhere-between-8-and-11-years-without-boinkmarks/">Somewhere between 8 and 11 years without boinkmarks</a>
</li>
<li>
<a href="cl-bench.html" class="internal">cl-bench</a> -
cl-bench is a benchmarking toolkit produced by Eric Mardsen
</li>
<li>
<a href="Odd&#32;Benchmarks.html" class="internal">Odd Benchmarks</a> -
A simple <a href="benchmark.html" class="category">benchmark</a> where one tries to set a value in a CLOS-object and in a hash-table, compares how much time this takes
</li>
<li>
<a href="Performance&#32;Benchmarks.html" class="internal">Performance Benchmarks</a> -
Here are the results of several performance <a href="benchmark.html" class="category">benchmark</a>ing tests run on ten different <a href="Common&#32;Lisp&#32;implementation.html" class="internal">Common Lisp implementation</a>s running on a MacBook Pro, a dual P4 3.0 GHz, a P3 1.1 GHz, a G3 400 MHz and an UltrasparcIIe 500 MHz
</li>
<li>
<a href="Performance&#32;Benchmarks2.html" class="internal">Performance Benchmarks2</a> -
Here are the results of several performance <a href="benchmark.html" class="category">benchmark</a>ing tests run on seven different <a href="Common&#32;Lisp&#32;implementation.html" class="internal">Common Lisp implementation</a>s running on a P3 1.1 GHz, an UltraSPARCIIe 500 MHz and a dual G5 2.5 GHz
</li>
<li>
<a href="perfpiece.html" class="internal">perfpiece</a> -
<a href="https://github.com/luismbo/perfpiece">Perfpiece</a> is a tool for measuring the performance of Lisp code, not
</li>
<li>
<a href="Quick&#32;Arrays.html" class="internal">Quick Arrays</a> -
A re-run <a href="benchmark.html" class="category">benchmark</a> on <a href="http://web.archive.org/web/19991012224903/http://robotics.stanford.edu/~parr/quick-arrays.html">original code</a> by Ron Parr, with a couple of tweaks by <a href="David&#32;Mullen.html" class="internal">David Mullen</a> to run on <a href="CCL.html" class="internal">CCL</a>, figuring that the contrast between then and now (1996 versus 2020) might be interesting
</li>
<li>
<a href="the-cost-of-nothing.html" class="internal">the-cost-of-nothing</a> -
A set of naïve, yet enlightening benchmarks for Common Lisp
</li>
<li>
<a href="trivial-benchmark.html" class="internal">trivial-benchmark</a> -
<a href="https://shinmera.github.io/trivial-benchmark/">Trivial-Benchmark</a> is an easy to use benchmarking system
</li>
</ul></div></div>
<div id="footer" class="buttonbar"><ul><li><a href="benchmark.html">Current version</a></li>
<li><a href="https://www.cliki.net/site/history?article=benchmark">History</a></li>
<li><a href="https://www.cliki.net/site/backlinks?article=benchmark">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=benchmark&amp;from-revision=3799287987">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
</div>
<div id="header-buttons" class="buttonbar">
<ul>
<li><a href="https://www.cliki.net/">Home</a></li>
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
<li><a href="CLiki.html">About</a></li>
<li><a href="Text&#32;Formatting.html">Text Formatting</a></li>
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
</ul>
<div id="search">
<form action="https://www.cliki.net/site/search">
<label for="search_query" class="hidden">Search CLiki</label>
<input type="text" name="query" id="search_query" value="" />
<input type="submit" value="search" />
</form>
</div>
</div>
<div id="pageheader">
<div id="header">
<span id="logo">CLiki</span>
<span id="slogan">the common lisp wiki</span>
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
<label for="login_name" class="hidden">Account name</label>
<input type="text" name="name" id="login_name" class="login_input" />
<label for= "login_password" class="hidden">Password</label>
<input type="password" name="password" id="login_password" class="login_input" />
<input type="submit" name="login" value="login" id="login_submit" /><br />
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
</form>
</div>
</div>
</div>
</body></html>