Marco Antoniotti <[EMAIL PROTECTED]>: Marco> I have similar code.
Marco> I think it boils down to the fact that CMUCL does not have Marco> multidimensional specialized arrays. Marco> Looks like a worthwhile project to me for anybody with time Marco> .... :) I've hit the exact same problem, e.g. I need fast accesses to multidimensional arrays. I've been thinking about converting my code to use a flat array and doing the indexing manually. --J.
