-
-
Notifications
You must be signed in to change notification settings - Fork 46.7k
add README files 2/8 #5766
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
add README files 2/8 #5766
Conversation
compression/README.md
Outdated
# Compression | ||
|
||
Data compression is everywhere, you need it to store data without taking too much space. | ||
Either the compression lose some data (such as images in .jpg) or it is lossless (.png). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lossy?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@poyea Would
Either the compression lose some data (then we talk about lossy compression, such as .jpg) or it do not (and then it is lossless compression, such as .png)
be better ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
Co-authored-by: John Law <[email protected]>
Co-authored-by: John Law <[email protected]>
Co-authored-by: John Law <[email protected]>
compression/README.md
Outdated
# Compression | ||
|
||
Data compression is everywhere, you need it to store data without taking too much space. | ||
Either the compression lose some data (such as images in .jpg) or it is lossless (.png). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
Co-authored-by: John Law <[email protected]>
Co-authored-by: John Law <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your pull request!🤩
Describe your change:
2nd of the 8 commit I make to add all README.md files
Checklist:
Fixes: #{$ISSUE_NO}
.