]> git.eshelyaron.com Git - emacs.git/commit
Speed up Unicode normalisation tests by a factor of 5
authorMattias Engdegård <mattiase@acm.org>
Sat, 3 Dec 2022 18:19:28 +0000 (19:19 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sat, 3 Dec 2022 19:47:41 +0000 (20:47 +0100)
commitc5ba47c889e3b853d3cc4f7a3ac840a12336dd5f
treedd070d937326cfba426b32e3046763422d543549
parentafa4fcb95b4c698ffe94031f344f1f47aa6b2acf
Speed up Unicode normalisation tests by a factor of 5

After this change, ucs-normalize-tests are still very slow but
somewhat less disastrously so (from 100 to 20 min on this machine).

* test/lisp/international/ucs-normalize-tests.el
(ucs-normalize-tests--normalization-equal-p)
(ucs-normalize-tests--normalization-chareq-p)
(ucs-normalize-tests--rule1-holds-p)
(ucs-normalize-tests--rule2-holds-p)
(ucs-normalize-tests--part1-rule2):
Run only over the Unicode code space.
Hoist `with-current-buffer` to reduce overhead.
test/lisp/international/ucs-normalize-tests.el