OskarAtGitHub
OskarAtGitHub
Doing some performance testing I found a extremely interesting detail. Network traffic send is double of what the written total file sizes are. (so disk write speed 30MB/s and server...
From my testing today this 2:1 ratio holds for all file sizes from 1k to 1M. (With 1k files, I was getting a throughput of about 1MB/s, with a network...
@billziss-gh This was a interesting question. I just did comparison tests on my example randomly generated files. I have separate directories with 1k, 10k, 100k and 1000k size files. sshfs-win...
Tested with xcopy on win 10. Result is much closer to 1:1. Difficult for me to get a accurate number, but maybe 1.1:1 or so. So the 2:1 is clearly...
It would be very useful to be able to mount it as a fake hard disk. Some programs behave differently if they think it's a network drive. Doing extra read...