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

Id class for entity identification #181

Open
tshemsedinov opened this issue Aug 31, 2018 · 0 comments
Open

Id class for entity identification #181

tshemsedinov opened this issue Aug 31, 2018 · 0 comments

Comments

@tshemsedinov
Copy link
Member

Use common.Uint64 or common.BigInt64 to store Identifier. Note that we can't use Uint64 in globalstorage code and must use abstract Id of potentially infinite length. Id class should have two implementations for node 10 and above and for previous versions (using Uint64). Id instance is immutable, but we need to extract server suffix and object identifier inside server. Thus we need and operation to apply bitmask and shift operation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants