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

Enable other behaviours of push/pull_distributed #93

Open
barneydobson opened this issue Mar 21, 2024 · 0 comments
Open

Enable other behaviours of push/pull_distributed #93

barneydobson opened this issue Mar 21, 2024 · 0 comments
Labels
enhancement New feature or request refactor

Comments

@barneydobson
Copy link
Collaborator

The preference system is not particularly predictable and mainly suitable when no further information is available.

In particular there are two other methods to distribute that would be useful:

  • By percentages, i.e., always try to push/pull in direct proportion. In this case the preferences could have a meaning of percentage.
  • By absolute, i.e., try to push/pull everything to the highest preference first, any leftover goes to next highest, etc.

I think this will need a refactor somewhere, I think we could get away with only refactoring get_connected. Though it would still need someone to go through and identify places where these new behaviours would be preferrable to the default.

@barneydobson barneydobson added enhancement New feature or request refactor labels Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor
Projects
None yet
Development

No branches or pull requests

1 participant