Implement fill order based on bucket types and buffer #7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement the allocation fill order logic that respects bucket types and buffer levels.
Default fill order:
needbuckets to their base amount (by priority)wantbuckets to their base amount (by priority)needbuckets to their buffer amount (by priority)wantbuckets to their buffer amount (by priority)overflowbucketThis is the core allocation engine that determines how income is distributed across buckets. Depends on bucket types (#4) and buffer (#5).