You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My query is why some of the APIs for the 64-bit version and the 32-bit version don't seem to be exactly the same?
And, if one wants to implement other versions (e.g. Roaring128Map or Roaring16Map), is this easy to do? If not, what are the barriers that prevent such an extension?
Thanks in advance for your answers.
The text was updated successfully, but these errors were encountered:
And, if one wants to implement other versions (e.g. Roaring128Map or Roaring16Map), is this easy to do? If not, what are the barriers that prevent such an extension?
There is no barrier other than the work required. Pull requests invited. Please consider contributing.
My query is why some of the APIs for the 64-bit version and the 32-bit version don't seem to be exactly the same?
And, if one wants to implement other versions (e.g.
Roaring128Map
orRoaring16Map
), is this easy to do? If not, what are the barriers that prevent such an extension?Thanks in advance for your answers.
The text was updated successfully, but these errors were encountered: