You can improve read speed of a fuse filesystem by setting readahead to e.g. 10240:
-
Get bdi ID:
cat /proc/self/mountinfo | grep /mnt
-
Set readahead (if bdi id is 0:107):
echo 10240 > /sys/class/bdi/0:107/read_ahead_kb
Maybe it worth to add a note for this to the readme.