[plt-scheme] Adjustable arrays for specified type

From: Slobodan Blazeski (slobodan.blazeski at gmail.com)
Date: Fri Feb 12 17:53:32 EST 2010

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.
Is it possible to specify them to hold just fixnums? Trying
(define foo (make-evector (greatest-fixnum)))
. . make-vector: out of memory making vector of length 1073741823
I have a limit of 2048MB on my plt scheme


Slobodan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20100212/91dc5dd0/attachment.html>

Posted on the users mailing list.