Forked from
cmucl / cmucl
Source project has a limited visibility.
-
dtc authored
Work through lists in parallel rather than applying elt at each iteration which scales far better as the list lengths increase. Further take care to allow circular lists, so long as one of the sequences is bounded. Based on a contribution from Colin Walters.
dtc authoredWork through lists in parallel rather than applying elt at each iteration which scales far better as the list lengths increase. Further take care to allow circular lists, so long as one of the sequences is bounded. Based on a contribution from Colin Walters.