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

int128_t/uint128_t support #48

Open
calvin2021y opened this issue Apr 13, 2024 · 2 comments
Open

int128_t/uint128_t support #48

calvin2021y opened this issue Apr 13, 2024 · 2 comments

Comments

@calvin2021y
Copy link

Is is possible to add int128_t/uint128_t support?

@gvinciguerra
Copy link
Owner

Hi, do you mean using the PGM with 16-byte input values? Or having the int128_t/uint128_t types in the library?

@calvin2021y
Copy link
Author

I mean add a c api for 16-byte input values. (and dynamic map)

I guess a map<int64_t, uint_128_t> map also be useful.

And serialize/unserialize for dynamic map c api. (I guess send serialized map by network will reduce a lot traffic? )

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

No branches or pull requests

2 participants