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

Multiplexer update #278

Merged

Conversation

DanteNiewenhuis
Copy link
Contributor

Summary

Fixed the Multiplexer.java to properly divide the supply over the different consumers.

Implementation Notes ⚒️

  • Added distributeSupply to Multiplexer as a function that divides the available supply over the consumers.
  • Updated redistributeSupply to a function that takes demands and availableSupply and returns a list of supplies to provide to the consumers.
  • Added cpu_usage and cpu_demand as metrics for tasks.

External Dependencies 🍀

N/A

Breaking API Changes ⚠️

N/A

Simply specify none (N/A) if not applicable.

…ferent consumers.

Fixed a bug where fragments were being loaded in reversed order.
…nsumer that updated its demand when possible.
@DanteNiewenhuis DanteNiewenhuis merged commit a49a387 into atlarge-research:master Nov 29, 2024
4 checks passed
@DanteNiewenhuis DanteNiewenhuis deleted the Multiplexer-update branch November 29, 2024 12:55
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