Skip to content

Use Long to back the UInt64 type#1109

Merged
araspitzu merged 10 commits intomasterfrom
store_uint64_in_long
Sep 4, 2019
Merged

Use Long to back the UInt64 type#1109
araspitzu merged 10 commits intomasterfrom
store_uint64_in_long

Conversation

@araspitzu
Copy link
Contributor

The java Long uses 64 bits to store a signed integer, since we want to store 64 bits unsigned integers we have a UInt64 type backed by BigInt. This PR improves this by storing an unsigned 64 bits integer in a Long (providing unsigned comparison) and using that to back the UInt64 type.

Loading
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.

5 participants