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

[Feature] Avoid use of usize as much as possible #1567

Open
vicsn opened this issue May 19, 2023 · 0 comments
Open

[Feature] Avoid use of usize as much as possible #1567

vicsn opened this issue May 19, 2023 · 0 comments
Assignees

Comments

@vicsn
Copy link
Contributor

vicsn commented May 19, 2023

Instead of keeping large chunks of code using usize, we can instead mostly use u64 and u32 and try_unwrap whenever we need a usize. To keep the updates manageable, we can break it into individual PRs.

For understanding, we should look at how we use variable_length_integer.

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

1 participant