Skip to content
Discussion options

You must be logged in to vote

Hi Zoltan,
your binary file is bigger than the ASCII one because it is full of zeroes.
Usually ASCII files are bigger than binary ones except when using small integers which take 2 or 3 bytes while still using 8 bytes in double precision binary.
Your file if full of 0 that take two bytes (the "0" and the following space separator.
A binary "0" uses 8 bytes ...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@CsatiZoltan
Comment options

Answer selected by CsatiZoltan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants