Re: row-major-aref
"Tim Bradshaw (as tfb at tfeb dot org)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <[email protected]> |
I am an idiot. I think the answer is (safety 0) (which I am fine with) > On 28 Nov 2025, at 17:49, Tim Bradshaw (as tfb at tfeb dot org) <[email protected]> wrote: > > Hi, what should I do to make row-major-aref fast (and is it in fact significantly slower than plain aref)? My intuition is that it should be faster if anything, since it has less sums to do. > > Right now my arrays have (simple-array <good-element-type> *) declarations. The index has a good type. > > --tim > > _______________________________________________ > Lisp Hug - the mailing list for LispWorks users > [email protected] > http://www.lispworks.com/support/lisp-hug.html _______________________________________________ Lisp Hug - the mailing list for LispWorks users [email protected] http://www.lispworks.com/support/lisp-hug.html