Osxfs slow when doing "git status" on large folders

Hello,

If I do a git status on a folder where there are a lot of subfolders and files, it takes around 10 seconds. I had the same performance issue on my NFS mount with my vagrant and I was hoping that osxfs could be much faster.

the lstat on each of the subfiles seems to be where it takes all the time.

Is there any mount options we could use to increase the speed of the lstats??