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

Use two producers in all layers. #1296

Merged
merged 1 commit into from
Sep 28, 2020
Merged

Use two producers in all layers. #1296

merged 1 commit into from
Sep 28, 2020

Conversation

porcuquine
Copy link
Collaborator

This PR removes the special handling of layer 1 and uses two producers on all layers. This should never be worse than having only a single producer, and may improve the situation if some configuration is penalized (as possibly observed) by a too-slow producer (perhaps because of slower RAM). I have benchmarked this, and it is no worse (but also no better) than what it replaces on 3970x.

I also cleaned up the reset function in memory_handling.rs. If we want the debug! changes from #1295, we could include that here too.

@porcuquine porcuquine merged commit 60c4d4f into master Sep 28, 2020
@porcuquine porcuquine deleted the opt/tweak-sdr-params branch September 28, 2020 19:25
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

Successfully merging this pull request may close these issues.

2 participants