Skip to content
New issue

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

libgfapi *_async() #29

Open
esiqveland opened this issue May 28, 2019 · 2 comments
Open

libgfapi *_async() #29

esiqveland opened this issue May 28, 2019 · 2 comments

Comments

@esiqveland
Copy link

Any plans to implement the async call variations?

@amarts
Copy link
Member

amarts commented May 28, 2019

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?

@esiqveland
Copy link
Author

esiqveland commented May 28, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants