Tmds.Fuse
Tmds.Fuse copied to clipboard
performance issues
@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