fluid-dev
[Top][All Lists]
Advanced

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

Re: [fluid-dev] parallel loading of soundfont samples


From: Ceresa Jean-Jacques
Subject: Re: [fluid-dev] parallel loading of soundfont samples
Date: Wed, 28 Oct 2020 13:09:46 +0100 (CET)

Hi,

>The SF3 files are taking ~5 seconds each to load. The SF2 files take
>400-500ms, despite being 7-10x the size, so the bottleneck is not disk I/O.

 

Ok, assuming one SF3 file x taking 5 seconds to load using one fluidsynth console application a1.

Now we should try the suggested test to run 2 fluidsynth console applications (a1, a2) at the same time (not sequencially) and measure the total time.

This will run your 2 applications in two threads and if your CPU has 2 cores this should take ~5 seconds to load the 2 files in parallel (instead of ~10 second on one CPU core).

This is the best we could expect using parallel loading.

jjc

 


reply via email to

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