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

Add64bit support #38

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

Add64bit support #38

wants to merge 15 commits into from

Conversation

chusitoo
Copy link

Hi @mourner and thanks a lot for the great libs that you share with the world!

I've been a user of Rbush for a few months now but only recently found out about Flatbush as a potential replacement due to its performance boost.

Although some C++ variants seem to already be available in the wild, I couldn't find anything that was up-to-date and that would exploit, arguably, one of its main strengths, of being able to recreate the exact state from a byte buffer on the other side, so I quickly put together my own interpretation of it in cpp.

This PR would be adding functionality for BigInt type (probably a niche scenario) as I'm planning to enable support for 64-bit integrals in my code as well (https://github.com/chusitoo/flatbush/tree/Support64Bit).

I also ported back some unit tests from my implementation that I found helpful, hoping to also improve test coverage on this side of things.

Cheers,
Alex.

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