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

flag encoding/decoding of up to 2^32 bits #19

Closed
rvolosatovs opened this issue Apr 23, 2024 · 1 comment
Closed

flag encoding/decoding of up to 2^32 bits #19

rvolosatovs opened this issue Apr 23, 2024 · 1 comment
Labels
enhancement New feature or request go wRPC Go support good first issue Good for newcomers help wanted Extra attention is needed rust wRPC Rust support

Comments

@rvolosatovs
Copy link
Member

rvolosatovs commented Apr 23, 2024

Currently, we can only encode and decode flag types, which utilize at most 128 bits in Rust and 64 bits in Go, we should be able to handle 2^32 bits here

@rvolosatovs rvolosatovs added help wanted Extra attention is needed good first issue Good for newcomers labels Apr 23, 2024
@rvolosatovs rvolosatovs added this to the feature-completeness milestone Apr 23, 2024
@rvolosatovs rvolosatovs added the enhancement New feature or request label Apr 23, 2024
@rvolosatovs rvolosatovs added golang rust wRPC Rust support labels May 15, 2024
@rvolosatovs rvolosatovs added the go wRPC Go support label May 29, 2024
@rvolosatovs rvolosatovs changed the title leb128 encoding/decoding for flag types utilizing over 64 bits leb128 encoding/decoding for flag types utilizing over 128 bits May 29, 2024
@rvolosatovs rvolosatovs changed the title leb128 encoding/decoding for flag types utilizing over 128 bits leb128 encoding/decoding for flag types utilizing over 2^32 bits May 29, 2024
@rvolosatovs rvolosatovs changed the title leb128 encoding/decoding for flag types utilizing over 2^32 bits leb128 encoding/decoding of up to 2^32 bits May 29, 2024
@rvolosatovs rvolosatovs changed the title leb128 encoding/decoding of up to 2^32 bits leb128 encoding/decoding of up to 32 bits May 29, 2024
@rvolosatovs rvolosatovs changed the title leb128 encoding/decoding of up to 32 bits leb128 encoding/decoding of up to 2^32 bits May 29, 2024
@rvolosatovs rvolosatovs changed the title leb128 encoding/decoding of up to 2^32 bits flag encoding/decoding of up to 2^32 bits May 29, 2024
@rvolosatovs
Copy link
Member Author

I believe this is now done #157

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go wRPC Go support good first issue Good for newcomers help wanted Extra attention is needed rust wRPC Rust support
Projects
None yet
Development

No branches or pull requests

1 participant