emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Improve Malayalam language transliteration


From: James Thomas
Subject: Re: [PATCH] Improve Malayalam language transliteration
Date: Thu, 16 Jul 2020 10:50:39 +0530

James Thomas <jimjoe@gmx.net> writes:

> I have done it now by running this 5 times in succession:
> ./emacs -Q --batch --eval '(progn (set-input-method "malayalam-mozhi") 
> (message "%s %s" (benchmark-run 1000 (self-insert-command ?U) 
> (self-insert-command ?L)) (memory-use-counts)))'

Sorry I made a mistake with the self-insert-command. I tried it again
with this:

./emacs -Q --batch --eval '(progn (set-input-method "malayalam-mozhi") (message 
"%s %s" (benchmark-run 1000 (self-insert-command 1 ?U) (self-insert-command 1 
?L)) (memory-use-counts)))'

Before
(0.028942057 1 0.018573165000000003)
(0.028422779 1 0.018723127000000006)
(0.027688517 1 0.01788452900000001)
(0.027688517 1 0.01788452900000001)
(0.028487356000000002 1 0.01823290999999999)

After
(0.027500888 1 0.017777874)
(0.027439256999999998 1 0.017800450999999995)
(0.027768902999999998 1 0.017677656000000014)
(0.027987988 1 0.018469169000000007)
(0.028140825 1 0.018314785)

> Seems to be either no improvement or a slight degradation in timings...

So for runtime it seems either better or unchanged.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]