]> git.eshelyaron.com Git - emacs.git/commit
Improve performance of seq-union
authorStefan Kangas <stefan@marxist.se>
Fri, 17 Sep 2021 12:01:20 +0000 (14:01 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 17 Sep 2021 12:01:20 +0000 (14:01 +0200)
commit3e5298fc96c98d2296432d31ee1d3de86a4c466c
tree3aaf685dc8dc840bb8fb9722bf204bdd504c8301
parent0bdd6488fc63e9df406fdcf12874a9d12b728208
Improve performance of seq-union

* lisp/emacs-lisp/seq.el (seq-union): Improve performance by using
nreverse instead of seq-reverse.
lisp/emacs-lisp/seq.el