Skip to content

Add parallel memory scanning with goroutine pool#8

Merged
ykus4 merged 1 commit into
mainfrom
feat/parallel-scan
May 7, 2026
Merged

Add parallel memory scanning with goroutine pool#8
ykus4 merged 1 commit into
mainfrom
feat/parallel-scan

Conversation

@ykus4
Copy link
Copy Markdown
Owner

@ykus4 ykus4 commented May 7, 2026

Region reads are now parallelized with a semaphore-bounded goroutine pool (8 workers). This significantly speeds up full scans and filter operations since each ReadRegion is an independent ADB round-trip.

Filter also pre-loads only the regions that contain candidates rather than lazily reading on demand.

Region reads are now parallelized with a semaphore-bounded goroutine
pool (8 workers). This significantly speeds up full scans and filter
operations since each ReadRegion is an independent ADB round-trip.

Filter also pre-loads only the regions that contain candidates rather
than lazily reading on demand.
@ykus4 ykus4 merged commit cbca7cb into main May 7, 2026
2 checks passed
@ykus4 ykus4 deleted the feat/parallel-scan branch May 7, 2026 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant