[LV2] Startup slloowwss dooooowwwwnn???

David Robillard d at drobilla.net
Sun Oct 26 17:56:15 PDT 2014


On Thu, 2014-10-02 at 17:19 +0200, hermann meyer wrote:
> To answer myself, It was the naspro-bridges, which slows down the start 
> and load, as well the warnings was gone after delete them.

Yes, the NASPRO bridges load a ton of plugins at discovery time, so can
dramatically slow things down (LV2 stuff parses data files, but does not
load any plugins at discovery time at all).

Updating LV2 itself can't really have an impact on performance since
it's mostly just headers defining the API, not an implementation
thereof.

I have been meaning to add a config file for lilv to be able to disable
dyn-manifest (and thus naspro bridges) at run time.  Hosts can currently
do this, but there's no easy mechanism to do it globally.

Cheers,

-- 
dr




More information about the Devel mailing list