position equivalent for multi-d arrays

Discussion of Common Lisp
Jonathan Smith

Re: position equivalent for multi-d arrays

Post by Jonathan Smith » Wed May 06, 2009 10:14 pm

You could use objects or structs and store a pointer to the object's array-position in the object itself. I don't see how property lists will be much faster than an array.

Post Reply