On 2010/11/25 22:50:53, Valentin Villenave wrote:
It's not just about memory usage: isn't it possible that the lookup
time for
every pitches might be increased, even just by a tiny amount? (Not
that I could
measure it in any way, but I'm wondering.)
No, since the underlying method for setting the language hasn't changed: the language sublist retrieved from the master list is copied into a fresh hash table, so the lexer never accesses the list directly. Cheers, Neil http://codereview.appspot.com/3247041/ _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
