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

Consider doing K rounds of N iterations #8

Open
WillSewell opened this issue Sep 20, 2017 · 0 comments
Open

Consider doing K rounds of N iterations #8

WillSewell opened this issue Sep 20, 2017 · 0 comments

Comments

@WillSewell
Copy link
Owner

WillSewell commented Sep 20, 2017

Instead of doing N iterations with the same "channel" structure, I would like to do K rounds of N iterations, with each round allocating a new channel structure and forgetting about the new one. My intuition is that this would reveal latencies associated with deterministic reference-counting that are currently hidden from the benchmark while they may manifest themselves in realistic program. But I haven't actually experimented with it to check it; if there is no counting-collection pause time, it may not be worth the extra complexity.

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

1 participant