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

explicit begin/end for managing connection #28

Open
proppy opened this issue Dec 29, 2015 · 2 comments
Open

explicit begin/end for managing connection #28

proppy opened this issue Dec 29, 2015 · 2 comments
Milestone

Comments

@proppy
Copy link
Collaborator

proppy commented Dec 29, 2015

currently the first push/val will take a longer time because of the first connection.

it would be better to warm up the connection on begin() instead and tear everything down with end().

As pointed by @yhua537 in #375 that would allow sketches to trade additional latency for more memory available.

@proppy
Copy link
Collaborator Author

proppy commented Jun 25, 2018

Note that this will be affected by #353

@proppy proppy added this to the 0.3 milestone Jun 25, 2018
@proppy proppy changed the title warm up connection with explicit connect explicit begin/end for managing connection Aug 16, 2018
@yhua537
Copy link

yhua537 commented Nov 1, 2018

@proppy , Any idea when this could be implemented? The original idea is almost 3 years ago.

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

2 participants