bargees / barge-packer

Barge Packer for VirtualBox, QEMU and Hyper-V
https://atlas.hashicorp.com/ailispaw/boxes/barge
GNU General Public License v2.0
19 stars 6 forks source link

Patch to make vboxsf faster #3

Open ailispaw opened 8 years ago

ailispaw commented 8 years ago

from https://github.com/kokukuma/vboxguest

DSAS開発者の部屋:VirtualBoxのファイルシステムを10倍速くする ~ page cache編 ~ http://dsas.blog.klab.org/archives/52231356.html

ailispaw commented 8 years ago

The original patch makes read much faster but write slower. Then I remove sf_file_write() to write faster, and it makes the first read much slower. Hmm...