spanskiblog/content/posts/binary_vs_text_files.md

14 lines
546 B
Markdown
Raw Normal View History

2022-12-24 17:42:40 +01:00
2022-12-24 17:09:22 +01:00
+++
2023-02-27 21:59:02 +01:00
date="2023-02-03"
2022-12-24 17:09:22 +01:00
author="spanskiduh"
title="binary_vs_text_files"
2022-12-24 17:42:40 +01:00
description="click to read about binary_vs_text_files"
2022-12-24 17:09:22 +01:00
+++
# Binary vs text files
### Binary vs text files comparisson
- read this awesome article https://www.geeksforgeeks.org/difference-between-cpp-text-file-and-binary-file/
- Basically normal text files take more space than binary files, becouse you need to convert integer representation of number into chars. In binary file
format, the raw binary data is dumped into file. --> that results in much smaller file size