-
Notifications
You must be signed in to change notification settings - Fork 725
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
checker: make patrol region sooner #7963
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Comments
ti-chi-bot bot
added a commit
that referenced
this issue
Apr 16, 2024
ref #7963 Signed-off-by: Ryan Leung <rleungx@gmail.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot
added a commit
that referenced
this issue
Oct 30, 2024
close #7963 Signed-off-by: lhy1024 <admin@liudos.us> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement Task
We are now using one thread to scan all the regions and when the number of regions is high, it will always have more time without scheduling generation.
To enhance efficiency, we might consider implementing concurrent scanning or establishing a cache to prioritize the scanning of previously encountered regions that can generate operators but the key range is limited because of limit.
The text was updated successfully, but these errors were encountered: