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

added XorBinaryFuse32 #42

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

added XorBinaryFuse32 #42

wants to merge 3 commits into from

Conversation

dkwi
Copy link

@dkwi dkwi commented Nov 15, 2024

Added a 32bit implementation of the binary fuse filter.
It's basically a copy-paste with some types changed.

I've decided not to implement a generic version of this since java generics would require lots of boxing so performance and memory usage might take a hit.

@lemire
Copy link
Member

lemire commented Nov 15, 2024

Running tests.

@dkwi
Copy link
Author

dkwi commented Nov 18, 2024

That's very strange, but it seems to pass the tests (I haven't changed anything, just tried running it on my own self-hosted runner and then reverted back ) .

@lemire
Copy link
Member

lemire commented Nov 18, 2024

@dkwi Yes, it looks like it passes the tests. What is strange?

@dkwi
Copy link
Author

dkwi commented Nov 18, 2024

The fact the tests passed without any changes.

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.

3 participants