chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Large vector


From: Mark Voortman
Subject: Re: [Chicken-users] Large vector
Date: Thu, 10 May 2007 20:23:31 +0200 (CEST)
User-agent: SquirrelMail/1.4.9a

Hey Zbigniew,

> 1. Which is it, vector or array?  If array, which kind (srfi-25,
> array-lib, etc.)

I tried a srfi-25 array with one dimension.

> 2. Have you considered the GC implications?

There should be no garbage collection. I just load it into memory once and
that's it.

> 3. Do you need a real vector or could you use a raw unmanaged block of
> memory instead?

I'd prefer a real vector since it's easy to use. I could always consider
raw memory as a way out.

Cheers,
Mark






reply via email to

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