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

Better producers #5

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

Commits on Jun 5, 2018

  1. single threaded test framework

    - mixer selects which producers to run
    - two different producers with different allocation patterns
    Tyler Etzel authored and tyleretzel committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    4f42dbf View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Added multithreading

    - Mixer creates producer consumer relations: picks a random producer,
    and then a random consumer to free the memory allocated in the producer.
    tyleretzel committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    fe2292d View commit details
    Browse the repository at this point in the history
  2. add linked list producer

    tyleretzel committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    6d70010 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbf921b View commit details
    Browse the repository at this point in the history