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

feat(scheduler): add fair scheduler and a new parallel mode #310

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

Conversation

lyogev
Copy link
Contributor

@lyogev lyogev commented May 4, 2020

No description provided.

@lyogev lyogev force-pushed the fair_scheduler branch 2 times, most recently from ed3957c to 259c941 Compare May 4, 2020 20:32
@lyogev lyogev changed the title fix(scheduler): add fair scheduler and a new parallel mode to metorikku feat(scheduler): add fair scheduler and a new parallel mode to metorikku May 4, 2020
@lyogev lyogev changed the title feat(scheduler): add fair scheduler and a new parallel mode to metorikku feat(scheduler): add fair scheduler and a new parallel mode May 4, 2020
@lyogev lyogev force-pushed the fair_scheduler branch 2 times, most recently from cee5d57 to bc7553f Compare May 7, 2020 11:40
val configurations = ConfigurationParser.parse(args)

val jobs = configurations.map(config =>
new Runnable {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can u try use parallel collections instead of Runnables? its more scala like
https://docs.scala-lang.org/overviews/parallel-collections/overview.html

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how these are related...

@lyogev lyogev mentioned this pull request Nov 9, 2020
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.

None yet

2 participants