I am comparing fusepy, a Java based NFS server, and native. I see that the native file system is 4 times faster, and, surprisingly, the Java-based NFS server is twice as fast compared to the fusepy loopback system. Any tips on improving file system performance based on fusepy or fuse-python. I run them on linux kernel 2.6.9, and the version for connecting fuses is 2.6.5.
source
share