Re: Limit on ARRAY-TOTAL-SIZE-LIMIT on LWW
[second try as the first one didn't show up on lisp-hug, but with the picture removed this time] From: "Kevin Rosenberg" kevin@rosenberg.net > Marc Battyani wrote: > > The spec says it's a fixnum and in LWW and LWL the MOST-POSITIVE-FIXNUM is > > only 8388607 > > It's a problem for me, too. I'm doing some voxel work with the Visible > Human project and I need to efficiently represent (unsigned-byte 24) > voxel values and not cons bignums. Voxel work: That's cool! 4 years ago I used the marching cubes algorithm to compute 3D views from Optical Coherence Tomography data of macular degeneration. But as you can see on the picture (tearing of the macula IIRC), the data resolution was rather low, so I had no problem with ARRAY-DIMENSION-LIMIT at that time ;-) Marc