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




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

Reply via email to