Skip to content

Better quality by preventing too out-of-order pushes #13

Description

@Saalvage

Push threads stay attached to their block until it's either 1. full 2. reached by the read window.
This means that new items may be pushed into very old windows.
To prevent this, a check could be made before every (n-th?) push that checks if the current write window is at most m steps behind the global one, claiming a new write window if not.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions