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

Mixer redesign #6

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

tyleretzel
Copy link
Contributor

The commit message mostly summarizes the changes. I forgot to run clang-format on some previous commits so sorry if some changes are just from that.

Tyler Etzel and others added 6 commits June 5, 2018 16:28
- mixer selects which producers to run
- two different producers with different allocation patterns
- Mixer creates producer consumer relations: picks a random producer,
and then a random consumer to free the memory allocated in the producer.
- time is based on memory allocated, tracked on perthread basis by ThreadObject
- Picking producers for mixer is improved
- Producers yield to mixer (allows more complex allocation patterns)
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.

1 participant