Tmds.Fuse icon indicating copy to clipboard operation
Tmds.Fuse copied to clipboard

performance issues

Open jkiebzak opened this issue 1 year ago • 0 comments

@tmds any hints on how to improve performance? Or perhaps where to look where the bottleneck is? Can only create about 25 files/second.

Running:

dotnet 7
Debian Linux 5.10.0-26-arm64

I have Tmds.fuse calling a custom service that does all the heavy lifting with creating/maintain the inodes. Using my custom service and calling all the same methods in a test program (without using FUSE), I can create 1,000 files/sec. So, it seems that something in Tmds.Fuse is the bottle neck.

Thanks Jason

jkiebzak avatar Dec 04 '23 20:12 jkiebzak