lilypond-devel
[Top][All Lists]
Advanced

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

Re: Optimizes note-heads.cc and introduces robust_symbol2string. (issue


From: k-ohara5a5a
Subject: Re: Optimizes note-heads.cc and introduces robust_symbol2string. (issue 5233042)
Date: Fri, 07 Oct 2011 17:56:26 +0000


http://codereview.appspot.com/5233042/diff/1/lily/note-head.cc
File lily/note-head.cc (right):

http://codereview.appspot.com/5233042/diff/1/lily/note-head.cc#newcode79
lily/note-head.cc:79: out = fm->find_by_name (idx_either);
This performs a second lookup for every note-head.
Move this call to line 61, so you only perform the second lookup if
there is a possibility that it will give a new result.

http://codereview.appspot.com/5233042/



reply via email to

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