Ben Wing <ben(a)666.com> writes:
Could you possibly rewrite this a bit so as to use defstruct? cl is
now a standard part of XEmacs so there's absolutely no point in
continuing to use vectors for structs.
I thought about that. But if I interpret the defstruct macro correctly
that generates functions that cannot be inlined and do redundant type
checks. I don't want those in the inner loop.
I would love to be proven wrong though.
Jan