-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat(codecv2): add zstd compression and increase chunks num per batch post compression #2
Merged
colinlyguo
merged 52 commits into
main
from
feat-codecv1-add-zstd-compression-and-increase-chunks-num-per-batch-post-compression
May 16, 2024
Merged
feat(codecv2): add zstd compression and increase chunks num per batch post compression #2
colinlyguo
merged 52 commits into
main
from
feat-codecv1-add-zstd-compression-and-increase-chunks-num-per-batch-post-compression
May 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
colinlyguo
force-pushed
the
feat-add-codecv0-and-codecv1
branch
from
April 29, 2024 12:13
c23d2f5
to
e9bd662
Compare
colinlyguo
force-pushed
the
feat-codecv1-add-zstd-compression-and-increase-chunks-num-per-batch-post-compression
branch
4 times, most recently
from
April 29, 2024 12:44
4aaf9d3
to
9ff3d30
Compare
colinlyguo
force-pushed
the
feat-add-codecv0-and-codecv1
branch
from
April 29, 2024 12:49
e9bd662
to
bee839b
Compare
colinlyguo
force-pushed
the
feat-codecv1-add-zstd-compression-and-increase-chunks-num-per-batch-post-compression
branch
from
April 29, 2024 12:52
9ff3d30
to
c9c5566
Compare
colinlyguo
force-pushed
the
feat-codecv1-add-zstd-compression-and-increase-chunks-num-per-batch-post-compression
branch
2 times, most recently
from
April 29, 2024 15:36
bfa0017
to
ebfc226
Compare
… post compression
colinlyguo
force-pushed
the
feat-codecv1-add-zstd-compression-and-increase-chunks-num-per-batch-post-compression
branch
from
April 29, 2024 15:56
1f1b279
to
9ac5267
Compare
5 tasks
colinlyguo
force-pushed
the
feat-codecv1-add-zstd-compression-and-increase-chunks-num-per-batch-post-compression
branch
from
April 30, 2024 19:40
e3705d3
to
c6c9a79
Compare
colinlyguo
force-pushed
the
feat-codecv1-add-zstd-compression-and-increase-chunks-num-per-batch-post-compression
branch
from
April 30, 2024 19:43
c6c9a79
to
5fdc0f4
Compare
colinlyguo
force-pushed
the
feat-codecv1-add-zstd-compression-and-increase-chunks-num-per-batch-post-compression
branch
from
May 2, 2024 13:19
d1529ca
to
9299133
Compare
colinlyguo
changed the title
feat(codecv1): add zstd compression and increase chunks num per batch post compression
feat(codecv2): add zstd compression and increase chunks num per batch post compression
May 2, 2024
Thegaram
previously approved these changes
May 5, 2024
colinlyguo
commented
May 6, 2024
colinlyguo
commented
May 6, 2024
georgehao
previously approved these changes
May 13, 2024
colinlyguo
force-pushed
the
feat-codecv1-add-zstd-compression-and-increase-chunks-num-per-batch-post-compression
branch
from
May 13, 2024 10:26
75d5ce7
to
6a578e0
Compare
Thegaram
previously approved these changes
May 14, 2024
0xmountaintop
previously approved these changes
May 14, 2024
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.
TODO: add github auto-release action in the future
Thegaram
approved these changes
May 16, 2024
0xmountaintop
approved these changes
May 16, 2024
colinlyguo
deleted the
feat-codecv1-add-zstd-compression-and-increase-chunks-num-per-batch-post-compression
branch
May 16, 2024 12:00
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose or design rationale of this PR
add
codecv2
.PR title
Your PR title must follow conventional commits (as we are doing squash merge for each PR), so it must start with one of the following types:
Breaking change label
Does this PR have the
breaking-change
label?