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

Refactor fid type to use u64 everywhere #159

Merged
merged 3 commits into from
Dec 13, 2024
Merged

Conversation

sanjayprabhu
Copy link
Contributor

We were converting fids from u64 to u32 and back all over. Now we use u64 everywhere, except right before writing to the db and right after reading from it.

The original reason to use u32 was to save on disk space, this preserves the space savings but it's cleaner to deal with u64 everywhere.

@sanjayprabhu sanjayprabhu merged commit 893a31c into main Dec 13, 2024
2 checks passed
@sanjayprabhu sanjayprabhu deleted the refactor_fid_type branch December 13, 2024 00:27
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.

1 participant