<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="generator" content="Osso Notes">
    <title></title></head>
<body>
<p>Hi Marc,</p>
<p></p>
<p>Is there a document anywhere that describes how  to performance tune Gambit ? I've been writing some genetic programming code which Gambit has been great for for small examples but now I'm running into severe performance problems.</p>
<p></p>
<p>I'm tryin to load a large CSV file of approximately 40MB into a list of records but I gave up on it when it still hadn't finished after 30 minutes. When its loaded, I'll need to iterate over the full set around 500k times which I'm expecting taking a while but hopefully no more than a couple of days. I'm using the interpreter at the moment so can try compiling but is there anything else that I can do ?</p>
<p></p>
<p>Thanks</p>
<p></p>
<p>Andrew</p>
</body>
</html>