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

Implement different Pool strategies #94

Open
2 of 3 tasks
tshemsedinov opened this issue Oct 15, 2021 · 3 comments
Open
2 of 3 tasks

Implement different Pool strategies #94

tshemsedinov opened this issue Oct 15, 2021 · 3 comments
Assignees

Comments

@tshemsedinov
Copy link
Member

tshemsedinov commented Oct 15, 2021

  • Round robin (implemented)
  • Random
  • Factor-based selection (minimal value)
@tshemsedinov tshemsedinov added the enhancement New feature or request label Oct 15, 2021
@tshemsedinov tshemsedinov self-assigned this Oct 15, 2021
tshemsedinov added a commit that referenced this issue Oct 15, 2021
tshemsedinov added a commit that referenced this issue Oct 15, 2021
@ghost
Copy link

ghost commented Oct 18, 2021

Hi! Negative numbers in delta occur between the difference of deltas (now 1 - idle 1) - (now 2 - idle 2) when idle 2 did not grow as fast as idle 1

@tshemsedinov
Copy link
Member Author

@dmitryfokin not related to this issue but idle1 and idle2 are commutative values from thread start obtained at a different times

@ghost
Copy link

ghost commented Oct 20, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant