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

The size of float is no diff between double #19

Open
jarek0209 opened this issue Sep 10, 2021 · 1 comment
Open

The size of float is no diff between double #19

jarek0209 opened this issue Sep 10, 2021 · 1 comment

Comments

@jarek0209
Copy link

I used double in protobuf , now I want to reduce the size of data, so I change it to float, but the size is no change
Is riegeli compression double data well than float?

@QrczakMK
Copy link
Member

double should take more space than float. Even with compression, it is expected to take more space, although perhaps not that much more than without compression.

Is the file size exactly the same, or is there some small difference?

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