OSDN Git Service

Fixed bug #25121 (I hope) and check_box.
[luatex-ja/luatexja.git] / test / test05-speed.tex
1 %#! time luatex  test05-speed.tex
2 \input luatexja-core.sty
3
4 \newcount\cnt\newcount\cnta
5 \cnt=0
6 \long\def\loop#1\repeat{\def\body{#1}\iterate}
7 \loop\ifnum\cnt<10 % <= this value
8   \cnta=0 \message{\the\cnt:}\par
9   {\loop\ifnum\cnta<500 あ.「い,うえお・か(き)く)(けこ\advance\cnta1\repeat}
10   \advance\cnt1
11 \repeat
12
13 \end
14
15 %     real time:
16 % 20:  9.950s
17 % 10:  5.209s
18 % env: C2D E7300, Mem 4GB, LuaTeX 0.71.0pre, Gentoo amd64 unstable