|
From: Christian S. <sch...@li...> - 2014-03-04 19:10:32
|
On Monday 03 March 2014 20:52:54 raf wrote: > would there be a performance issue when using SFZ engine reading WAV fles > from a mounted ISO instead of a standard folder structure containing the > WAV files ? Since that implies layering two file systems on each other and accordingly requires two file system stacks to be processed on every read() call, this definitely means a performance penalty. I never benchmarked it, but my guess is if the the inode size in both file systems is large enough, then performance might be "okay". CU Christian |