You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
This goes along issue #2 but has a different motivation and less actual performance impact (unless we also add an option to let the user choose what kind of buffer to produce, e.g. Data instead of DispatchData).
By using a DispatchSource to wait for read events, we could probably avoid an own read buffer (and all the logic attached) and immediately suspend reading.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This goes along issue #2 but has a different motivation and less actual performance impact (unless we also add an option to let the user choose what kind of buffer to produce, e.g.
Data
instead ofDispatchData
).By using a
DispatchSource
to wait for read events, we could probably avoid an own read buffer (and all the logic attached) and immediately suspend reading.The text was updated successfully, but these errors were encountered: