Uber SubmitQueue: a high-performance speculative merge queue
Summary
SubmitQueue is a high-performance speculative merge queue for large monorepos. It speculatively rebases and validates multiple changes in parallel against predicted HEAD states, landing successful changes automatically and isolating failures. The repository emphasizes monorepo scale, Go code, and Docker-based local development, highlighting its open-source nature and usage in CI/CD workflows.