bug-lilypond
[Top][All Lists]
Advanced

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

Re: Illegal C++


From: Han-Wen Nienhuys
Subject: Re: Illegal C++
Date: Tue, 11 Oct 2005 11:05:33 +0200
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

Erik Sandberg wrote:
To me, those property lists look like major bottlenecks (though I haven't done any real profiling). Especially the grob property alists: While I was debugging some time ago, I saw that Grob::internal_set_property was called over 1000 times in a trivial score.

How would it be to build our own hash table lib (or use a patched version of an existing third-party lib) for efficient property lists?


GUILE comes with resizable hash tables. I recall replacing mutable_property_alist_ with a hash table, which didn't have any effect.

--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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