On 5/10/07, Mark Voortman <[EMAIL PROTECTED]> 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?


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to