Skip to content
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

Merge optimizations - support for concurrency #10

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

aliszka
Copy link
Member

@aliszka aliszka commented Sep 10, 2024

Optimizes merging bitmaps into superset bitmap by introducing concurrency.
Matching containers are merged in parallel by multiple goroutines. Level of concurrency is configured by number of container buffers passed to merge methods.

@antas-marcin antas-marcin merged commit bd006ec into main Sep 10, 2024
2 checks passed
@antas-marcin antas-marcin deleted the merge_optimizations_concurrency branch September 10, 2024 13:51
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.

2 participants