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

runtime: consider using SetFileIoOverlappedRange #8883

Open
dvyukov opened this issue Oct 7, 2014 · 5 comments
Open

runtime: consider using SetFileIoOverlappedRange #8883

dvyukov opened this issue Oct 7, 2014 · 5 comments

Comments

@dvyukov
Copy link
Member

dvyukov commented Oct 7, 2014

SetFileIoOverlappedRange should improve performance/scalability of networking apps on
windows:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa365540(v=vs.85).aspx
I have a prototype patch:
https://golang.org/cl/12562049/
but did not benchmark it. Need to benchmark it and decide whether it is worth it.
@dvyukov
Copy link
Member Author

dvyukov commented Oct 7, 2014

Comment 1:

Owner changed to ---.

@rsc
Copy link
Contributor

rsc commented Oct 7, 2014

Comment 2:

Labels changed: added release-go1.5, removed release-none.

@rsc
Copy link
Contributor

rsc commented Jun 8, 2015

Sounds great, but too late for this cycle.

@rsc rsc modified the milestones: Unplanned, Go1.5 Jun 8, 2015
@tmm1
Copy link
Contributor

tmm1 commented Apr 14, 2017

@dvyukov Did you end up running any benchmarks around this?

@dvyukov
Copy link
Member Author

dvyukov commented Apr 18, 2017

@tmm1 No, I did not.

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

No branches or pull requests

4 participants