[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Improve Malayalam language transliteration
From: |
Eli Zaretskii |
Subject: |
Re: [PATCH] Improve Malayalam language transliteration |
Date: |
Wed, 15 Jul 2020 17:29:38 +0300 |
> From: James Thomas <jimjoe@gmx.net>
> Cc: emacs-devel@gnu.org
> Date: Wed, 15 Jul 2020 17:41:02 +0530
>
> Please consider this new patch (to my own code) which uses strings
> rather than (expensive) lists to represent constant char sequences.
Why do you think lists are more expensive than strings in this case.
Did you have a chance to measure the performance and saw a significant
difference?
Thanks.