Test deterministic z9 subtree scheduling#24
Closed
Symmetricity wants to merge 2 commits into
Closed
Conversation
Higher zoom polygon tiles need a deterministic cached parent, but forcing all polygon cache lookups to z6 removes most dynamic cache hits and increases clipping fallback work. Keep the existing dynamic clip cache behavior and instead schedule each z6 parent tile before posting its higher-zoom descendants. This preserves parallelism across z6 clusters while making the ancestor choice deterministic within each cluster. Co-authored-by: Codex <noreply@openai.com>
Write z6-z8 prefix tiles before posting descendant work, then schedule each z9 subtree as a sequential range. This keeps dynamic clip-cache reuse while making parent availability deterministic within each subtree, avoiding the fixed-cache fallback cost seen in PR systemed#892. Co-authored-by: Codex <noreply@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Temporary CI validation branch for deterministic z9 subtree scheduling. This is stacked on the submitted-PR fork master and the z6-cluster scheduler candidate; not intended as an upstream PR body.