-
Notifications
You must be signed in to change notification settings - Fork 232
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
Feature request for 128bit for ipv6 usage. #421
Comments
There is no plan to support 128-bit bitmaps. It is unclear whether it would be a good idea. |
@lemire is this the best i can do currently? any alternatives worth exploring? |
Maybe you could store these values in a BSI. The interface is 64 bit but
you could either split the values into 64 bit words. Failing that it would
be easier to modify the BSI sub-library to add support for BigDecimals.
El mié, 17 de abr de 2024, 11:47 a. m., ouvaa ***@***.***>
escribió:
… @lemire <https://github.com/lemire> is this the best i can do currently?
any alternatives worth exploring?
—
Reply to this email directly, view it on GitHub
<#421 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADZZAURFBGUINLPSI56S6T3Y52YR3AVCNFSM6AAAAABGK2FLTWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRRHA3DSNRYHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Consider using the newly expanded BSI library to handle this scenario. |
@lemire - I believe this issue is resolved via the addition of large value representation in a BSIs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@lemire i would like to use 128bit for ipv6, thought of having 2 roaring bitmaps of 64bit each and splitting the ipv6 into 2 segments but i realised i have to call the roaring bitmap from 2 memory location twice.
specifically asked u coz i know u are expert in extreme optimization and thanks for all the write ups you have done etc.
The text was updated successfully, but these errors were encountered: