bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#4771: 23.1; slow to interpret anthy maps


From: Lars Magne Ingebrigtsen
Subject: bug#4771: 23.1; slow to interpret anthy maps
Date: Sun, 18 Sep 2011 11:01:51 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Ryo Furue <furue@hawaii.edu> writes:

> emacs23 is much slower to interpret the attached elisp file
> than emacs22.  The file customizes the conversion table from
> alphabets to Japanese characters.  It's for the anthy-el
> package (I think).
>
> Here's a little quantitative comparison:
>
>   $ time /usr/bin/emacs23 -q --eval '(progn (load-library "anthy") (load 
> "~/lib/emacs/anthy-el-my.el")(kill-emacs))'                                   
>  
>   real    0m8.293s
>   user    0m1.244s
>   sys     0m0.036s
>   $ time /usr/bin/emacs22 -q --eval '(progn (load-library "anthy") (load 
> "~/lib/emacs/anthy-el-my.el")(kill-emacs))'
>   real    0m1.197s
>   user    0m0.164s
>   sys     0m0.040s

I can confirm that this problem still exists in Emacs 24:

[larsi@stories ~]$ time emacs -Q --eval '(progn (load-library "cl") (push 
"/usr/share/emacs23/site-lisp/anthy" load-path) (load-library "anthy") (load 
"/tmp/anthy-el-my.el") (kill-emacs))' 

real    0m8.037s
user    0m0.362s
sys     0m0.051s

However, is this a problem with the third-party anthy library, or in
Emacs?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





reply via email to

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