row-major-aref
"Tim Bradshaw (as tfb at tfeb dot org)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <[email protected]> |
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