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

add benchmark for sparse cases #533

Merged
merged 1 commit into from
Dec 28, 2023
Merged

Conversation

stdpain
Copy link
Contributor

@stdpain stdpain commented Dec 28, 2023

add benchmark #319

batch_size=100, max=100 costs:79.486
batch_size=100, max=1000 costs:73.659
batch_size=100, max=1000000 costs:89.071
batch_size=100, max=100000000 costs:157.993
batch_size=100, max=10000000000 costs:140.42
batch_size=100000, max=1000 costs:80.9777
batch_size=100000, max=100000 costs:40.0966
batch_size=100000, max=1000000000 costs:260.795
batch_size=100000, max=100000000000 costs:457.955
batch_size=100000000, max=100000000 costs:97.4973
batch_size=100000000, max=500000000 costs:222.872
batch_size=100000000, max=5000000000 costs:464.429

@lemire lemire merged commit ff36d34 into RoaringBitmap:master Dec 28, 2023
25 checks passed
@lemire
Copy link
Member

lemire commented Dec 28, 2023

Merged

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.

None yet

2 participants