Hi @alanshaw,
Thanks for your great work for ipfs-fuse. I did a small experiment on this.
I added a file(sequential 10M .h2 data) and founded that performance(about 16KB/s) wasn't so good.
After that, I used top command and founded cpu load average was too high(about 3). In the meantime,
I did another experiment. I used sshfs to transfer the same file and performance(about 11MB/s) was normal. So I guessed bottleneck isn't on fuse function. Do you have any idea about low performance? Thanks a lot~~~
Hi @alanshaw,
Thanks for your great work for ipfs-fuse. I did a small experiment on this.
I added a file(sequential 10M .h2 data) and founded that performance(about 16KB/s) wasn't so good.
After that, I used top command and founded cpu load average was too high(about 3). In the meantime,
I did another experiment. I used sshfs to transfer the same file and performance(about 11MB/s) was normal. So I guessed bottleneck isn't on fuse function. Do you have any idea about low performance? Thanks a lot~~~