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 a committed comparison benchmark #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Dr-Emann
Copy link
Contributor

At least on my machine (M1 Pro), I get the following on python 3.11:

Running rbloom
    2.52s
Running pybloomfiltermmap3
    4.78s
Running pybloom3
   46.76s
Running flor
   76.94s (via bytes because cannot convert 'float' object to bytes)
Running bloomfilter2
  165.54s (via bytes because unsupported operand type(s) for <<: 'int' and 'float')

I didn't update the benchmark results in the README, or update that (at least for me) pybloomfiltermmap3 seems to be fine on python 3.11 now.

Also, per updated guidance from rust, we should probably include the Cargo.lock.

At least on my machine (M1 Pro), I get the following on python 3.11:

```
Running rbloom
    2.52s
Running pybloomfiltermmap3
    4.78s
Running pybloom3
   46.76s
Running flor
   76.94s (via bytes because cannot convert 'float' object to bytes)
Running bloomfilter2
  165.54s (via bytes because unsupported operand type(s) for <<: 'int' and 'float')
```

I didn't update the benchmark results in the README.
Per [updated guidance from rust][1], we should probably include the Cargo.lock.

[1]: https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html
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

1 participant