chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Large vector


From: Zbigniew
Subject: Re: [Chicken-users] Large vector
Date: Thu, 10 May 2007 13:06:35 -0500

On 5/10/07, Mark Voortman <address@hidden> wrote:
I have an urgent need to create a vector with a capacity of over 100
million elements. However, I get an out of range exception when I call
make-array since the numbers of elements is limited to 16777215.

1. Which is it, vector or array?  If array, which kind (srfi-25,
array-lib, etc.)
2. Have you considered the GC implications?
3. Do you need a real vector or could you use a raw unmanaged block of
memory instead?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]