We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plans to implement the async call variations?
The text was updated successfully, but these errors were encountered:
not actively looking into this. Happy to help if one is interested.
Would be great if you let us know what is the reason you are looking at this repo, and what is the usecase you are trying to address?
Sorry, something went wrong.
I am using this wrapper to deliver large files (>5 gb), but am seeing about half the throughput of the fuse-driver.
This is done with a simple call to
io.CopyBuffer(rw, fd, buf)
tested with different buffer sizes.
Maxing out at a sustained 120MB/s over a 10Gbps NIC. Fuse driver delivers about 250MB/s. Between the same two hosts.
No branches or pull requests
Any plans to implement the async call variations?
The text was updated successfully, but these errors were encountered: