<div>Thank you for your prompt replies. Since these arrays could grow huge in length and will hold just unsigned integers I could use some advice regarding the storage strategy. <br></div><div>Is it possible to specify them to hold just fixnums? Trying</div>
<div>(define foo (make-evector (greatest-fixnum)))<br>. . make-vector: out of memory making vector of length 1073741823<br></div><div>I have a limit of 2048MB on my plt scheme</div><div><br></div><div><br></div><div>Slobodan </div>
<div><br></div><br>