1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>SISCone: Performances</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<!------------>
<!-- Header -->
<!------------>
<h1 align="center">SISCone Documentation</h1>
<p>
<a name="top"></a>
<h3 align="center">Version 2.0.5</h3>
</p>
<hr size="1">
<h2 align="center">Execution time</h2>
This figure shows the execution time as a function of the number of particles and compares it with other algorithms.
It has been obtained on a 3.4 GHz Pentium® IV processor.
<p>
<img align="center" src="timings.png">
</p>
<!------------>
<!-- footer -->
<!------------>
<hr size="1">
<a href="index.html">Home</a><br>
Contacts: <a href="mailto:gsoyez@quark.phy.bnl.gov">Gregory Soyez</a>
<a href="mailto:salam@lpthe.jussieu.fr">Gavin Salam</a>
</body>
</html>
|